UNPKG
incubed
Version:
latest (1.1.41)
1.1.41
1.1.10
1.1.9
1.1.6
Typescript-version of the incubed client
github.com/slockit/in3
slockit/in3
incubed
/
js
/
test
/
util
/
testRunner.d.ts
7 lines
(6 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
run_test
(
files
:
string
[],
filter
:
number
):
Promise
<{
descr
:
string
;
c
:
number
;
success
:
boolean
;
error
:
string
; }[]>;