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

You need to sign in or sign up before continuing.
Commit 014d4c12 by Sushant

GREP env now able to use multiple spaced argument

1 parent 46da2409
Showing with 1 additions and 1 deletions
......@@ -102,7 +102,7 @@
"test-unit-sqlite":"DIALECT=sqlite npm run test-unit",
"test-unit-mssql":"DIALECT=mssql npm run test-unit",
"test-unit-all":"npm run test-unit-mysql && npm run test-unit-postgres && npm run test-unit-postgres-native && npm run test-unit-mssql && npm run test-unit-sqlite && npm run test-unit-mariadb",
"test-integration": "./node_modules/.bin/mocha --globals setImmediate,clearImmediate --ui tdd --check-leaks --colors -t 15000 --reporter spec --grep ''$GREP'' 'test/integration/**/*.test.js'",
"test-integration": "./node_modules/.bin/mocha --globals setImmediate,clearImmediate --ui tdd --check-leaks --colors -t 15000 --reporter spec --grep \"$GREP\" 'test/integration/**/*.test.js'",
"test-integration-mysql":"DIALECT=mysql npm run test-integration",
"test-integration-postgres":"DIALECT=postgres npm run test-integration",
"test-integration-postgres-native":"DIALECT=postgres-native npm run test-integration",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!