Skip to content

Commit 7f5d98c

Browse files
test: fix
1 parent ba5b077 commit 7f5d98c

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.89840c70616b788038a2.bundle.js"
504+
? "main.a531550ffe767c49e881.bundle.js"
505505
: "main.19efc497c5c37fc5e355.bundle.js"
506506
);
507507
expect(

0 commit comments

Comments
 (0)