Skip to content

Commit ea21e31

Browse files
feat: export FCCTestRunner
This allows consumers to use the type directly, rather than relying on declaration merging.
1 parent 1645899 commit ea21e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ declare global {
66
}
77
}
88

9-
class FCCTestRunner {
9+
export class FCCTestRunner {
1010
#DOMRunner: DOMTestRunner | null;
1111
#javascriptRunner: WorkerTestRunner | null;
1212
#pythonRunner: WorkerTestRunner | null;

0 commit comments

Comments
 (0)