use mocha from bin

This commit is contained in:
Grzegorz Leoniec 2018-12-07 20:27:29 +01:00
parent 26d55043ed
commit e22f950c48
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -9,7 +9,7 @@
"scripts": {
"ci": "yarn run lint && yarn run test && yarn run test:coverage",
"lint": "eslint src --config .eslintrc.js",
"test": "nyc --reporter=text-lcov mocha --require @babel/register src/**/*.test.js",
"test": "nyc --reporter=text-lcov ./node_modules/.bin/mocha --require @babel/register src/**/*.test.js",
"test:coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"start": "./node_modules/.bin/nodemon --exec babel-node src/index.js",
"start:debug": "./node_modules/.bin/nodemon --exec babel-node --inspect=0.0.0.0:9229 src/index.js",