Remove unneeded mocha params

This commit is contained in:
Jackson Harper
2022-04-02 17:02:11 -07:00
parent f6cfa2f9d2
commit fc17daa546

View File

@ -8,7 +8,7 @@
"start": "node dist/server.js",
"lint": "eslint src --ext ts,js,tsx,jsx",
"lint:fix": "eslint src --fix --ext ts,js,tsx,jsx",
"test": "nyc mocha -r ts-node/register --config mocha-config.json --exit --timeout 10000 --allow-uncaught --check-leaks"
"test": "nyc mocha -r ts-node/register --config mocha-config.json --exit --timeout 10000"
},
"dependencies": {
"@elastic/elasticsearch": "~7.12.0",