Skip to content

Commit 376af62

Browse files
committed
fix: fix failing tests
@evilebottnawi caused by merge conflict in webpack-contrib#1219
1 parent 3229b3c commit 376af62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sourceMap-option.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ describe('"sourceMap" option', () => {
501501

502502
expect(chunkName).toBe(
503503
webpack.version[0] === '5'
504-
? 'main.7874af87d58bb3928914.bundle.js'
504+
? 'main.81d6a28d012832093109.bundle.js'
505505
: 'main.535d928b9abb27709302.bundle.js'
506506
);
507507
expect(

0 commit comments

Comments
 (0)