Skip to content

Commit de0db49

Browse files
committed
feat: Export Tracker.
1 parent 6c00dcb commit de0db49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ type PromiseRejecter = (err: Error) => void
1818

1919
export * from './models.ts'
2020
export { printResults } from './print.ts'
21+
export * from './tracker.ts'
2122

2223
function scheduleNextTest(context: Context): void {
2324
// We still have work to do

0 commit comments

Comments
 (0)