Skip to content

Commit

Permalink
Remove accidental console.log statements in test
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jan 10, 2021
1 parent 5d92771 commit c834fdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/transforms/buildProduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -3026,11 +3026,9 @@ describe('buildProduction', function () {
),
});
await assetGraph.loadAssets('index.html');
console.log(assetGraph.findAssets().map((a) => a.url));
await assetGraph.buildProduction();

expect(assetGraph, 'to contain assets', 4);
console.log(assetGraph.findAssets().map((a) => a.url));
expect(assetGraph, 'to contain asset', {
url: `${assetGraph.root}static/font.0c064252fc.eot`,
}).and('to contain asset', {
Expand Down

0 comments on commit c834fdd

Please sign in to comment.