Skip to content

Commit

Permalink
Fix some failing tests due to the terser upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 4, 2024
1 parent 53ccea1 commit f203b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/transforms/buildProduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('buildProduction', function () {
'CACHE MANIFEST',
'# ' + htmlCacheManifestRelations[0].from.fileName,
'static/someTextFile.c7429a1035.txt',
'static/bundle.5efa7b53b4.js',
'static/bundle.d704e0fd42.js',
'NETWORK:',
'*',
'',
Expand Down Expand Up @@ -2939,9 +2939,9 @@ describe('buildProduction', function () {
expect(sourceMap.parseTree, 'to satisfy', {
version: 3,
sources: [`${assetGraph.root}demo.coffee`],
names: ['alert', 'n', 'call'],
names: ['alert', 'n'],
mappings:
'CAAA,WAEAA,KAAA,CAFS,SAACC,CAAD,CAAC,QAAMA,CAAA,CAAIA,CAAV,CAAD,CAEI,EAFJ,CAET,CAFA,C,CAEaC,I,CAAA,I',
'CAAA,WAEAA,KAAA,CAFS,SAACC,CAAD,CAAC,C,OAAMA,CAAA,CAAIA,CAAV,CAAD,CAEI,EAFJ,CAET,CAFA,C',
});
});

Expand Down

0 comments on commit f203b78

Please sign in to comment.