Skip to content

Commit 13bb6c2

Browse files
test: fix
1 parent 603f457 commit 13bb6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sourceMap-option.test.js

+1-1
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.12fc65e5279709bf97a4.bundle.js"
504+
? "main.c3447e78abcd04637737.bundle.js"
505505
: "main.0c7724aa71a6ab6d45fd.bundle.js"
506506
);
507507
expect(

0 commit comments

Comments
 (0)