不要怂,就是干,撸起袖子干!

Commit 090dff97 by Sascha Depold

npm run test-mocha

1 parent aedda11f
Showing with 1 additions and 0 deletions
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
"main": "index", "main": "index",
"scripts": { "scripts": {
"test": "npm run test-buster", "test": "npm run test-buster",
"test-mocha": "node_modules/.bin/mocha -R nyan",
"test-buster": "npm run test-buster-mysql && npm run test-buster-postgres && npm run test-buster-postgres-native && npm run test-buster-sqlite", "test-buster": "npm run test-buster-mysql && npm run test-buster-postgres && npm run test-buster-postgres-native && npm run test-buster-sqlite",
"test-buster-travis": "buster-test", "test-buster-travis": "buster-test",
"test-buster-mysql": "DIALECT=mysql buster-test", "test-buster-mysql": "DIALECT=mysql buster-test",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!