File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 77 "require" : [
88 " @babel/polyfill" ,
99 " @babel/register"
10- ]
10+ ],
11+ "files" : [
12+ " test/src/**/*"
13+ ],
14+ "timeout" : " 1m"
1115 },
1216 "babel" : {
1317 "presets" : [
2933 "@aureooms/js-compare" : " 1.4.5" ,
3034 "@aureooms/js-itertools" : " 3.4.0" ,
3135 "@aureooms/js-random" : " 2.0.0" ,
32- "ava" : " 0.25.0 " ,
36+ "ava" : " 3.7.1 " ,
3337 "babel-cli" : " 6.26.0" ,
3438 "babel-polyfill" : " 6.26.0" ,
3539 "babel-preset-latest" : " 6.24.1" ,
4549 "esdoc-inject-script-plugin" : " 1.0.0" ,
4650 "esdoc-inject-style-plugin" : " 1.0.0" ,
4751 "esdoc-standard-plugin" : " 1.0.0" ,
48- "np" : " 6.2.1" ,
49- "xo" : " 0.29.1"
52+ "np" : " 6.2.1"
5053 },
5154 "homepage" : " https://aureooms.github.io/js-red-black-tree" ,
5255 "keywords" : [
6568 "build" : " babel src -d lib" ,
6669 "cover" : " nyc --reporter=lcov npm test" ,
6770 "prepublish" : " npm run build" ,
68- "test" : " ava ./test/src " ,
71+ "test" : " ava" ,
6972 "esdoc" : " esdoc"
7073 }
7174}
You can’t perform that action at this time.
0 commit comments