File tree 1 file changed +8
-5
lines changed
1 file changed +8
-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"
11
15
},
12
16
"babel" : {
13
17
"presets" : [
29
33
"@aureooms/js-compare" : " 1.4.5" ,
30
34
"@aureooms/js-itertools" : " 3.4.0" ,
31
35
"@aureooms/js-random" : " 2.0.0" ,
32
- "ava" : " 0.25.0 " ,
36
+ "ava" : " 3.7.1 " ,
33
37
"babel-cli" : " 6.26.0" ,
34
38
"babel-polyfill" : " 6.26.0" ,
35
39
"babel-preset-latest" : " 6.24.1" ,
45
49
"esdoc-inject-script-plugin" : " 1.0.0" ,
46
50
"esdoc-inject-style-plugin" : " 1.0.0" ,
47
51
"esdoc-standard-plugin" : " 1.0.0" ,
48
- "np" : " 6.2.1" ,
49
- "xo" : " 0.29.1"
52
+ "np" : " 6.2.1"
50
53
},
51
54
"homepage" : " https://aureooms.github.io/js-red-black-tree" ,
52
55
"keywords" : [
65
68
"build" : " babel src -d lib" ,
66
69
"cover" : " nyc --reporter=lcov npm test" ,
67
70
"prepublish" : " npm run build" ,
68
- "test" : " ava ./test/src " ,
71
+ "test" : " ava" ,
69
72
"esdoc" : " esdoc"
70
73
}
71
74
}
You can’t perform that action at this time.
0 commit comments