File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"node" : " >=4.0.0"
10
10
},
11
11
"scripts" : {
12
- "system-test" : " repo-tools test run --cmd ava -- -T 20s --verbose system-test/*.test.js" ,
13
- "startup-test" : " repo-tools test run --cmd ava -- -T 200s --verbose startup-script/system-test/*.test.js" ,
12
+ "system-test" : " ava -T 20s --verbose system-test/*.test.js" ,
13
+ "startup-test" : " ava -T 200s --verbose startup-script/system-test/*.test.js" ,
14
14
"test" : " npm run system-test && npm run startup-test"
15
15
},
16
16
"dependencies" : {
Original file line number Diff line number Diff line change 12
12
"uuid" : " ^3.2.1"
13
13
},
14
14
"scripts" : {
15
- "test" : " repo-tools test run --cmd ava -- -T 600s --verbose system-test/*.test.js" ,
15
+ "test" : " ava -T 600s --verbose system-test/*.test.js" ,
16
16
"start" : " node -e 'require(\" ./index.js\" ).create(\" vm-with-apache\" , console.log)'" ,
17
17
"delete" : " node -e 'require(\" ./index.js\" ).delete(\" vm-with-apache\" , console.log)'" ,
18
18
"list" : " node -e 'require(\" ./index.js\" ).list(console.log)'"
You can’t perform that action at this time.
0 commit comments