Skip to content

Commit 40905a6

Browse files
authored
Update e2e/cases/cli/custom-config/index.test.ts
1 parent a094def commit 40905a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/cases/cli/custom-config/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ rspackTest(
3737
// only capture stderr output
3838
stdio: ['ignore', 'ignore', 'pipe'],
3939
});
40-
}).toThrowError(/Cannot find config file: .*custom-111.config.js/);
40+
}).toThrowError(/Cannot find config file: .*custom-not-found.config.js/);
4141
},
4242
);

0 commit comments

Comments
 (0)