Skip to content

Commit

Permalink
chore: update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 16, 2024
1 parent d5cf9d1 commit f5c2a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sourceMap-option.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ describe('"sourceMap" option', () => {
/\.js$/.test(assetName),
);

expect(chunkName).toBe("main.132d87bd187161cd37fd.bundle.js");
expect(chunkName).toBe("main.2fc4310b5596936c73e0.bundle.js");
expect(
getModuleSource("fixtures/source-map/basic.css", stats),
).toMatchSnapshot("module");
Expand Down

0 comments on commit f5c2a3f

Please sign in to comment.