Skip to content

Commit 3a6a7de

Browse files
committed
chore: update snaps
1 parent 456c69b commit 3a6a7de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/server/Server.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe('Server', () => {
7575
getEntries(server);
7676

7777
compiler.hooks.done.tap('webpack-dev-server', () => {
78-
expect(entries).toMatchSnapshot();
78+
expect(entries).toMatchSnapshot('oldparam');
7979
server.close(done);
8080
});
8181

test/server/__snapshots__/Server.test.js.snap.webpack5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Array [
3838
]
3939
`;
4040

41-
exports[`Server DevServerPlugin should create and run server with old parameters order 1`] = `
41+
exports[`Server DevServerPlugin should create and run server with old parameters order: oldparam 1`] = `
4242
Array [
4343
Array [
4444
"client",

0 commit comments

Comments
 (0)