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

Commit f619e175 by sdepold

added command to run jasmine/buster tests

1 parent be00bda0
Showing with 3 additions and 1 deletions
...@@ -27,7 +27,9 @@ ...@@ -27,7 +27,9 @@
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"], "keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index", "main": "index",
"scripts": { "scripts": {
"test": "./node_modules/.bin/jasmine-node spec-jasmine/" "test": "npm run test-jasmine && npm run test-buster",
"test-jasmine": "./node_modules/.bin/jasmine-node spec-jasmine/",
"test-buster": "./node_modules/.bin/buster-test"
}, },
"bin": { "bin": {
"sequelize": "bin/sequelize" "sequelize": "bin/sequelize"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!