Skip to content

Commit ab5bc1c

Browse files
committed
feat: Export printResults method.
1 parent 25f0d41 commit ab5bc1c

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
@@ -17,6 +17,7 @@ type PromiseResolver<T> = (value: T) => void
1717
type PromiseRejecter = (err: Error) => void
1818

1919
export * from './models.ts'
20+
export { printResults } from './print.ts'
2021

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

0 commit comments

Comments
 (0)