Skip to content

Commit

Permalink
Fix tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Feb 8, 2017
1 parent 9e18734 commit 6384923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -52,8 +52,8 @@
"repository": "git://github.com/balderdashy/waterline.git",
"main": "./lib/waterline",
"scripts": {
"test": "NODE_ENV=test ./node_modules/mocha/bin/mocha test --recursive",
"fasttest": "NODE_ENV=test ./node_modules/mocha/bin/mocha test --recursive",
"test": "./node_modules/mocha/bin/mocha test --recursive",
"fasttest": "./node_modules/mocha/bin/mocha test --recursive",
"posttest": "npm run lint",
"lint": "eslint lib",
"prepublish": "npm prune",
Expand Down

1 comment on commit 6384923

@mikermcneil
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

identified by @mrded in #1445 (comment)

Please sign in to comment.