Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi authored Nov 4, 2020
1 parent 3229b3c commit c1d52ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sourceMap-option.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,8 @@ describe('"sourceMap" option', () => {

expect(chunkName).toBe(
webpack.version[0] === '5'
? 'main.7874af87d58bb3928914.bundle.js'
: 'main.535d928b9abb27709302.bundle.js'
? 'main.12fc65e5279709bf97a4.bundle.js'
: 'main.0c7724aa71a6ab6d45fd.bundle.js'
);
expect(
getModuleSource('fixtures/source-map/basic.css', stats)
Expand Down

0 comments on commit c1d52ba

Please sign in to comment.