UNPKG
async-timed-cargo
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
An lib to periodically flush a collection with a limited size based on async.cargo
async-timed-cargo
/
tasks
/
options
/
mochaTest.js
10 lines
(9 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
{
test:
{
src:
[
'tests/*.js'
],
options:
{
reporter:
'spec'
,
timeout:
10000
} } }
;