Skip to content

Commit 283324b

Browse files
authored
test: add missing findBundle option to ensure test cases are executed (#9057)
Add missing `findBundle` option to ensure test cases are executed
1 parent 8e7545f commit 283324b

File tree

2 files changed

+12
-0
lines changed
  • packages/rspack-test-tools/tests/configCases/plugins

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import("../../../..").TConfigCaseConfig} */
2+
module.exports = {
3+
findBundle: (i, options) => {
4+
return ["main.js"];
5+
}
6+
};
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/** @type {import("../../../..").TConfigCaseConfig} */
2+
module.exports = {
3+
findBundle: (i, options) => {
4+
return ["main.js"];
5+
}
6+
};

0 commit comments

Comments
 (0)