@bicycle-codes/tapzero
Advanced tools
+2
-2
@@ -35,3 +35,3 @@ /** | ||
| /** | ||
| * @typedef {(t: Test) => (void | Promise<void>)} TestFn | ||
| * @typedef {(t: Test) => (void | Promise<any>)} TestFn | ||
| */ | ||
@@ -208,2 +208,2 @@ /** | ||
| export const GLOBAL_TEST_RUNNER: TestRunner; | ||
| export type TestFn = (t: Test) => (void | Promise<void>); | ||
| export type TestFn = (t: Test) => (void | Promise<any>); |
+1
-1
| { | ||
| "name": "@bicycle-codes/tapzero", | ||
| "version": "0.10.3", | ||
| "version": "0.10.5", | ||
| "description": "Smallest test library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
42217
0