Skip to content

Commit f337447

Browse files
author
Dane Springmeyer
committed
Merge pull request TryGhost#170 from Mithgol/patch-1
run test/support/createdb.js before testing
2 parents 7f0740e + c944463 commit f337447

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"node": ">= 0.6.13 && < 0.11.0"
3434
},
3535
"scripts": {
36+
"pretest": "node test/support/createdb.js",
3637
"test": "mocha -R spec --timeout 200000"
3738
},
3839
"licenses": [{ "type": "BSD" }],

0 commit comments

Comments
 (0)