Commit c9444633 by Mithgol

run test/support/createdb.js before testing

Fix developmentseed/node-sqlite3#169
parent 7bc4787d
......@@ -36,6 +36,7 @@
"node": ">= 0.6.13 && < 0.11.0"
},
"scripts": {
"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 200000"
},
"licenses": [{ "type": "BSD" }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment