Commit f3374470 by Dane Springmeyer

Merge pull request #170 from Mithgol/patch-1

run test/support/createdb.js before testing
parents 7f0740e0 c9444633
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
"node": ">= 0.6.13 && < 0.11.0" "node": ">= 0.6.13 && < 0.11.0"
}, },
"scripts": { "scripts": {
"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 200000" "test": "mocha -R spec --timeout 200000"
}, },
"licenses": [{ "type": "BSD" }], "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