Skip to content

Commit a1a36c7

Browse files
RubenVerborghdmitrizagidulin
authored andcommitted
Remove specific test commands.
1 parent 4cf7fd5 commit a1a36c7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@
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
},

0 commit comments

Comments
 (0)