UNPKG
zora
Version:
latest (6.0.0)
next (5.0.0-beta.1)
6.0.0
5.2.0
5.1.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
5.0.0-beta.1
5.0.0-alpha.4
5.0.0-alpha.3
5.0.0-alpha.2
5.0.0-alpha.1
4.1.0
4.0.2
4.0.1
4.0.0
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-2
3.0.0-1
3.0.0-0
2.0.1
2.0.0
2.0.0-0
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
tap test harness for nodejs and browsers
github.com/lorenzofox3/zora
lorenzofox3/zora
zora
/
dist
/
declarations
/
test.d.ts
7 lines
(6 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Test
}
from
'./interfaces'
;
export
declare
const
tester
:
(
description
:
any
,
spec
:
any
, { offset, skip, runOnly }?:
Readonly
<{ offset:
number
; skip:
boolean
; runOnly:
boolean
; }>
) =>
Test
;