diff --git a/package.json b/package.json index 27e3814..ca29679 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "npm run lint && npm run test", "lint": "eslint .", - "test": "node test/src/test.js", + "test": "babel-node test/src/test.js", "test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", "patch": "npm version patch -m\"update version to %s\" && git push && git push --tags", "minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",