mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
use mocha from bin
This commit is contained in:
parent
26d55043ed
commit
e22f950c48
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user