UNPKG
teenytest
Version:
latest (6.0.5)
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.3.0
5.2.1
5.2.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.1.0
4.0.0
3.2.0
3.1.0
3.0.0
2.0.0
1.0.0
A teeny tiny test runner
github.com/testdouble/teenytest
testdouble/teenytest
teenytest
/
lib
/
configure
/
defaults.js
13 lines
(12 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
function
()
{
return
{
cwd:
process.cwd()
,
output:
console.log
,
testLocator:
'test/lib/**/*.{js,mjs}'
,
name:
[],
helperPath:
'test/helper.js'
,
asyncTimeout:
5000
,
configurator:
null
,
plugins:
[] } }