Skip to content

Commit

Permalink
Update buildProduction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 22, 2019
1 parent e414041 commit 75cca3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/transforms/buildProduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,7 @@ describe('buildProduction', function() {
root: __dirname + '/../../testdata/transforms/buildProduction/issue69/'
});
await assetGraph.loadAssets('index.html');
await assetGraph.buildProduction({
version: false,
compressJavaScript: false
});
await assetGraph.buildProduction({ version: false });

const javaScriptAssets = assetGraph.findAssets({ type: 'JavaScript' });
expect(javaScriptAssets, 'to have length', 1);
Expand Down

0 comments on commit 75cca3d

Please sign in to comment.