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" : [
27
32
"@aureooms/js-algorithms" : " ^3.0.7" ,
28
33
"@aureooms/js-int32" : " ^3.0.0" ,
29
34
"@aureooms/js-random" : " ^2.0.0" ,
30
- "ava" : " ^0.21.0 " ,
35
+ "ava" : " ^3.7.1 " ,
31
36
"babel-cli" : " ^6.24.1" ,
32
37
"babel-polyfill" : " ^6.23.0" ,
33
38
"babel-preset-latest" : " ^6.24.1" ,
43
48
"esdoc-inject-script-plugin" : " 1.0.0" ,
44
49
"esdoc-inject-style-plugin" : " 1.0.0" ,
45
50
"esdoc-standard-plugin" : " 1.0.0" ,
46
- "np" : " 6.2.1" ,
47
- "xo" : " 0.29.1"
51
+ "np" : " 6.2.1"
48
52
},
49
53
"homepage" : " http://aureooms.github.io/js-number" ,
50
54
"keywords" : [
64
68
"build" : " babel src -d lib" ,
65
69
"cover" : " nyc --reporter=lcov npm test" ,
66
70
"prepublish" : " npm run build" ,
67
- "test" : " ava ./test/src --concurrency 8 " ,
71
+ "test" : " ava" ,
68
72
"esdoc" : " esdoc"
69
73
}
70
74
}
You can’t perform that action at this time.
0 commit comments