File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 101101 "nyc" : " NODE_TLS_REJECT_UNAUTHORIZED=0 nyc mocha" ,
102102 "mocha" : " NODE_TLS_REJECT_UNAUTHORIZED=0 mocha" ,
103103 "test" : " npm run standard && npm run nyc" ,
104- "test-integration" : " npm run mocha ./test/integration/**/*-test.js" ,
105- "test-unit" : " npm run mocha ./test/unit/*.js" ,
106- "test-debug" : " DEBUG='solid:*' npm run mocha" ,
107- "test-acl" : " npm run mocha ./test/**/*acl*-test.js" ,
108- "test-params" : " npm run mocha ./test/integration/params-test.js" ,
109- "test-http" : " npm run mocha ./test/integration/http-test.js" ,
110- "test-formats" : " npm run mocha ./test/integration/formats-test.js" ,
111- "test-errors" : " npm run mocha ./test/integration/errors-test.js" ,
112104 "clean" : " rm -rf config.json accounts profile inbox .acl settings .meta .meta.acl" ,
113105 "clean-account" : " rm -rf accounts profile inbox .acl .meta settings .meta.acl"
114106 },
You can’t perform that action at this time.
0 commit comments