diff --git a/Makefile b/Makefile deleted file mode 100644 index a9bf486..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -test: - @echo "Launching tests" - @ ./node_modules/.bin/mocha --timeout 2000 --reporter spec - @echo "Tests finished" - -.PHONY: test - diff --git a/package.json b/package.json index fe49054..f0de483 100644 --- a/package.json +++ b/package.json @@ -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"