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
/
config
/
default_configuration.json
9 lines
(8 loc)
•
142 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"directory"
:
"./tests"
,
"filter"
:
".*_test.js$"
,
"language"
:
"en"
,
"failFast"
:
false
,
"randomOrder"
:
false
,
"timeoutMs"
:
1000
}