Skip to content

Commit 0034dd9

Browse files
test: fix (#1926)
1 parent 60a2bc4 commit 0034dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/middleware.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ describe.each([
14171417
});
14181418
});
14191419

1420-
describe.only("should work in multi-compiler mode with `devServer` false", () => {
1420+
describe("should work in multi-compiler mode with `devServer` false", () => {
14211421
const outputPath = path.resolve(
14221422
__dirname,
14231423
"./outputs/dev-server-false",

0 commit comments

Comments
 (0)