Skip to content

Commit 29dca6f

Browse files
committed
install chai-as-promised
1 parent 56958c6 commit 29dca6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"amqplib": "^0.5.2",
1414
"apidoc": "^0.17.6",
1515
"base-64": "^0.1.0",
16+
"chai-as-promised": "^7.1.1",
1617
"chai-http": "^4.3.0",
1718
"debug": "^4.0.0",
1819
"express": "^4.16.2",
1920
"minio": "^7.0.3",
2021
"pg": "^7.4.3",
2122
"pg-hstore": "^2.3.2",
22-
"request": "^2.88.2",
2323
"sequelize": "^4.22.6",
2424
"uuid": "^7.0.1"
2525
},
@@ -46,7 +46,7 @@
4646
"apidoc": "apidoc -i src -o docs",
4747
"prestart": "npm run build && npm run apidoc",
4848
"start": "NODE_PATH=dist scripts/wait-for-it.sh localhost:5672 -- node dist/run.js",
49-
"test": "NODE_PATH=src node_modules/.bin/mocha --timeout 12000 --exit --require ts-node/register test/e2e/*.ts",
49+
"test": "NODE_PATH=src node_modules/.bin/mocha --timeout 12000 --exit --require ts-node/register test/unit/validators/*.ts test/e2e/*.ts",
5050
"cover": "nyc npm test",
5151
"seedlangs": "node dist/scripts/seed-defaultlangs.js",
5252
"precodecov": "npm run cover",

0 commit comments

Comments
 (0)