Skip to content

Commit cc5dfd6

Browse files
test: fix
1 parent 13bb6c2 commit cc5dfd6

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
@@ -502,7 +502,7 @@ describe('"sourceMap" option', () => {
502502
expect(chunkName).toBe(
503503
webpack.version[0] === "5"
504504
? "main.c3447e78abcd04637737.bundle.js"
505-
: "main.0c7724aa71a6ab6d45fd.bundle.js"
505+
: "main.19efc497c5c37fc5e355.bundle.js"
506506
);
507507
expect(
508508
getModuleSource("fixtures/source-map/basic.css", stats)

0 commit comments

Comments
 (0)