Skip to content

Commit

Permalink
Add command for executing tests on SQLite (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Mar 9, 2019
1 parent 1da56a3 commit fcd21d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -86,6 +86,7 @@
"dev": "rimraf ./lib && babel -w src --out-dir lib --copy-files",
"lint": "eslint '{src,test}/**/*.js'",
"plaintest": "mocha --exit -t 10000 -b -R spec test/index.js && npm run tape",
"plaintest:sqlite": "cross-env DB=sqlite3 npm run plaintest",
"prepublish": "npm run babel",
"pre_test": "npm run lint",
"bin_test": "cross-env KNEX_PATH=../knex.js KNEX=bin/cli.js jake -f test/jake/Jakefile",
Expand Down

0 comments on commit fcd21d9

Please sign in to comment.