Skip to content

Commit

Permalink
Add missing findBundle option to ensure test cases are executed
Browse files Browse the repository at this point in the history
  • Loading branch information
haocheng6 committed Jan 20, 2025
1 parent c06787b commit 206ae0f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import("../../../..").TConfigCaseConfig} */
module.exports = {
findBundle: (i, options) => {
return ["main.js"];
}
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import("../../../..").TConfigCaseConfig} */
module.exports = {
findBundle: (i, options) => {
return ["main.js"];
}
};

0 comments on commit 206ae0f

Please sign in to comment.