Skip to content

Commit

Permalink
Run all tests on "npm test", not just Midgard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Aug 23, 2012
1 parent fd6c11d commit c6a8f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,6 +19,6 @@
"mocha": "1.3.x"
},
"scripts": {
"test": "./node_modules/.bin/mocha tests/midgard/test_*.js"
"test": "./node_modules/.bin/mocha tests/test_*.js tests/midgard/test_*.js"
}
}

0 comments on commit c6a8f36

Please sign in to comment.