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" : [
32
37
"@aureooms/js-operator" : " ^1.0.2" ,
33
38
"@aureooms/js-random" : " ^2.0.0" ,
34
39
"@aureooms/js-string" : " ^0.2.0" ,
35
- "ava" : " ^0.19 .1" ,
40
+ "ava" : " ^3.7 .1" ,
36
41
"babel-cli" : " ^6.24.1" ,
37
42
"babel-polyfill" : " ^6.23.0" ,
38
43
"babel-preset-env" : " ^1.4.0" ,
48
53
"esdoc-inject-script-plugin" : " 1.0.0" ,
49
54
"esdoc-inject-style-plugin" : " 1.0.0" ,
50
55
"esdoc-standard-plugin" : " 1.0.0" ,
51
- "np" : " 6.2.1" ,
52
- "xo" : " 0.29.1"
56
+ "np" : " 6.2.1"
53
57
},
54
58
"homepage" : " https://aureooms.github.io/js-integer" ,
55
59
"keywords" : [
75
79
"build" : " babel src -d lib" ,
76
80
"cover" : " nyc --reporter=lcov npm test" ,
77
81
"prepublish" : " npm run build" ,
78
- "test" : " ava ./test/src --concurrency 8 " ,
82
+ "test" : " ava" ,
79
83
"esdoc" : " esdoc"
80
84
}
81
85
}
You can’t perform that action at this time.
0 commit comments