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" : [
28
33
"@aureooms/js-functools" : " ^2.0.3" ,
29
34
"@aureooms/js-integer" : " ^3.0.0" ,
30
35
"@aureooms/js-itertools" : " ^3.1.1" ,
31
- "ava" : " ^0.19.0 " ,
36
+ "ava" : " ^3.7.1 " ,
32
37
"babel-cli" : " ^6.23.0" ,
33
38
"babel-polyfill" : " ^6.23.0" ,
34
39
"babel-preset-env" : " ^1.4.0" ,
45
50
"esdoc-inject-script-plugin" : " 1.0.0" ,
46
51
"esdoc-inject-style-plugin" : " 1.0.0" ,
47
52
"esdoc-standard-plugin" : " 1.0.0" ,
48
- "np" : " 6.2.1" ,
49
- "xo" : " 0.29.1"
53
+ "np" : " 6.2.1"
50
54
},
51
55
"homepage" : " https://github.com/aureooms/js-rational" ,
52
56
"keywords" : [
72
76
"build" : " babel src -d lib" ,
73
77
"cover" : " nyc --reporter=lcov npm test" ,
74
78
"prepublish" : " npm run build" ,
75
- "test" : " ava ./test/src --concurrency 8 " ,
79
+ "test" : " ava" ,
76
80
"esdoc" : " esdoc"
77
81
}
78
82
}
You can’t perform that action at this time.
0 commit comments