npm test is now the command to run the test suite, not make test

pull/2/head
Louis Chatriot 12 years ago
parent 7e5a60b2f6
commit 4711c1bede
  1. 7
      Makefile
  2. 2
      package.json

@ -1,7 +0,0 @@
test:
@echo "Launching tests"
@ ./node_modules/.bin/mocha --timeout 2000 --reporter spec
@echo "Tests finished"
.PHONY: test

@ -34,7 +34,7 @@
"commander": "1.1.1"
},
"scripts": {
"test": "make test"
"test": "./node_modules/.bin/mocha --reporter spec --timeout 2000"
},
"main": "index",
"licence": "MIT"

Loading…
Cancel
Save