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

Commit d7e0c19f by Sushant

[ci skip] (docs) Updated test commands in contributing docs

1 parent 96ab36d4
Showing with 1 additions and 1 deletions
...@@ -124,7 +124,7 @@ All tests are located in the `test` folder (which contains the ...@@ -124,7 +124,7 @@ All tests are located in the `test` folder (which contains the
lovely [Mocha](http://visionmedia.github.io/mocha/) tests). lovely [Mocha](http://visionmedia.github.io/mocha/) tests).
```console ```console
$ npm run all || mysql || sqlite || pgsql || postgres || mariadb || postgres-native $ npm run test-all || test-mysql || test-sqlite || test-mssql || test-postgres || test-mariadb || test-postgres-native
$ # alternatively you can pass database credentials with $variables when testing $ # alternatively you can pass database credentials with $variables when testing
$ DIALECT=dialect SEQ_DB=database SEQ_USER=user SEQ_PW=password npm test $ DIALECT=dialect SEQ_DB=database SEQ_USER=user SEQ_PW=password npm test
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!