Skip to content

Commit

Permalink
chore: align configCases runner
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Feb 19, 2024
1 parent 21154e0 commit 30fe3ff
Show file tree
Hide file tree
Showing 9 changed files with 2,011 additions and 28 deletions.
1 change: 1 addition & 0 deletions packages/rspack/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = {
testMatch: [
"<rootDir>/tests/*.test.ts",
"<rootDir>/tests/*.basictest.ts",
"<rootDir>/tests/*.basictest.js",
"<rootDir>/tests/*.longtest.ts",
"<rootDir>/tests/*.unittest.ts",
"<rootDir>/tests/copyPlugin/*.test.js",
Expand Down
5 changes: 5 additions & 0 deletions packages/rspack/tests/ConfigTestCases.basictest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { describeCases } = require("./ConfigTestCases.template");

describeCases({
name: "ConfigTestCases"
});
Loading

0 comments on commit 30fe3ff

Please sign in to comment.