Skip to content

Commit

Permalink
test: fix (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Aug 19, 2024
1 parent 60a2bc4 commit 0034dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ describe.each([
});
});

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

0 comments on commit 0034dd9

Please sign in to comment.