diff --git a/script/run-ci-tests.ts b/script/run-ci-tests.ts index de07b9077..35b5b142a 100644 --- a/script/run-ci-tests.ts +++ b/script/run-ci-tests.ts @@ -6,7 +6,7 @@ type CiTestPlan = { sharedTestFiles: string[] } -const TEST_ROOTS = ["script", "src"] as const +const TEST_ROOTS = ["bin", "script", "src"] as const const MODULE_MOCK_PATTERN = "mock.module(" async function collectTestFiles(rootDirectory: string): Promise {