Skip to content

Commit 9bc1b05

Browse files
authored
chore: fix test case description (#3746)
1 parent 0f7291e commit 9bc1b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server/hot-option.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ describe("hot option", () => {
220220
await server.stop();
221221
});
222222

223-
it(`should show warning with "hot: false"`, async () => {
223+
it(`should not show warning with "hot: false"`, async () => {
224224
server = new Server({ port, hot: false }, compiler);
225225

226226
await server.start();

0 commit comments

Comments
 (0)