UNPKG
@split-tests/core
Version:
latest (0.1.0)
0.1.0
0.0.7
internal
github.com/kamilkisiela/split-tests
kamilkisiela/split-tests
@split-tests/core
/
types.d.ts
8 lines
(7 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
TimeReport
{
path
:
string
;
time
:
number
; }
export
interface
Test
{
path
:
string
; }