Skip to content

Commit fe34608

Browse files
test: fix
1 parent 26b5582 commit fe34608

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/build/progress/progress-flag.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe("progress flag", () => {
4545
expect(stdout.match(/ProgressPlugin/g)).toHaveLength(1);
4646
});
4747

48-
it("should work with multiple compilers #2", async () => {
48+
it("should work with multiple compilers", async () => {
4949
const { exitCode, stderr, stdout } = await run(__dirname, [
5050
"-c",
5151
"webpack.multiple.config.js",
@@ -59,7 +59,7 @@ describe("progress flag", () => {
5959
expect(stdout).toContain("main.js");
6060
});
6161

62-
it("should work with multiple compilers #2", async () => {
62+
it("should work with multiple compilers and reuse existing if present", async () => {
6363
const { exitCode, stderr, stdout } = await run(__dirname, [
6464
"-c",
6565
"webpack.progress.multiple.config.js",

0 commit comments

Comments
 (0)