Skip to content

Commit

Permalink
Fix running test on Windows (#1209)
Browse files Browse the repository at this point in the history
Moves lint and test script call from Makefile to package.json. Makes the test run on all platforms.
  • Loading branch information
bzoz authored and fb55 committed Aug 20, 2018
1 parent 320847e commit 74be271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,6 +43,6 @@
"xyz": "~1.1.0"
},
"scripts": {
"test": "make test"
"test": "jshint lib/ test/ && mocha --recursive --reporter dot"
}
}

0 comments on commit 74be271

Please sign in to comment.