mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unneeded mocha params
This commit is contained in:
parent
f6cfa2f9d2
commit
fc17daa546
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue