UNPKG
oral-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
a testing framework for typescript
github.com/tanay-pingalkar/oral
tanay-pingalkar/oral
oral-ts
/
dist
/
utils
/
testInfo.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{ suit, testInfo
as
testInfoType }
from
"../global"
;
export
declare
function
testsInfo
(
result:
Array
<suit>
): testInfoType;