UNPKG
@pmoo/testy
Version:
latest (8.0.0)
8.0.0
7.1.0
7.0.2
7.0.1
7.0.0
6.1.0
6.0.0
5.1.0
5.0.2
5.0.1
5.0.0
4.4.0
4.3.0
4.2.2
4.2.1
4.2.0
4.1.1
4.0.1
4.0.0
3.1.1
3.0.1
3.0.0
2.11.0
2.9.1
2.9.0
2.8.0
2.7.1
2.6.1
2.5.1
2.4.1
2.3.1
A minimal testing framework, for educational purposes.
ngarbezza.github.io/testy/
ngarbezza/testy
@pmoo/testy
/
lib
/
utils
/
index.js
8 lines
(7 loc)
•
215 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./comparison.js'
;
export
*
from
'./types.js'
;
export
*
from
'./collections.js'
;
export
*
from
'./files.js'
;
export
*
from
'./errors.js'
;
export
*
from
'./objects.js'
;
export
*
from
'./formatting.js'
;