File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
"require" : [
8
8
" @babel/polyfill" ,
9
9
" @babel/register"
10
- ]
10
+ ],
11
+ "files" : [
12
+ " test/src/**/*"
13
+ ],
14
+ "timeout" : " 1m" ,
15
+ "concurrency" : 8
11
16
},
12
17
"babel" : {
13
18
"presets" : [
30
35
"@aureooms/js-memory" : " 4.0.0" ,
31
36
"@aureooms/js-operator" : " 1.0.2" ,
32
37
"@aureooms/js-type" : " 1.0.4" ,
33
- "ava" : " 0.25.0 " ,
38
+ "ava" : " 3.8.1 " ,
34
39
"babel-cli" : " 6.26.0" ,
35
40
"babel-polyfill" : " 6.26.0" ,
36
41
"babel-preset-env" : " 1.7.0" ,
46
51
"esdoc-inject-script-plugin" : " 1.0.0" ,
47
52
"esdoc-inject-style-plugin" : " 1.0.0" ,
48
53
"esdoc-standard-plugin" : " 1.0.0" ,
49
- "np" : " 6.2.1" ,
50
- "xo" : " 0.29.1"
54
+ "np" : " 6.2.1"
51
55
},
52
56
"homepage" : " http://aureooms.github.io/js-random/" ,
53
57
"keywords" : [
70
74
"build" : " babel src -d lib" ,
71
75
"cover" : " nyc --reporter=lcov npm test" ,
72
76
"prepublish" : " npm run build" ,
73
- "test" : " ava ./test/src --concurrency 8 " ,
77
+ "test" : " ava" ,
74
78
"esdoc" : " esdoc"
75
79
}
76
80
}
You can’t perform that action at this time.
0 commit comments