Skip to content

Commit

Permalink
fix: fix failing tests
Browse files Browse the repository at this point in the history
@evilebottnawi caused by merge conflict in webpack-contrib#1219
  • Loading branch information
isaacl committed Nov 4, 2020
1 parent 3229b3c commit 376af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sourceMap-option.test.js
Expand Up @@ -501,7 +501,7 @@ describe('"sourceMap" option', () => {

expect(chunkName).toBe(
webpack.version[0] === '5'
? 'main.7874af87d58bb3928914.bundle.js'
? 'main.81d6a28d012832093109.bundle.js'
: 'main.535d928b9abb27709302.bundle.js'
);
expect(
Expand Down

1 comment on commit 376af62

@alexander-akait
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.