File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1313 "amqplib" : " ^0.5.2" ,
1414 "apidoc" : " ^0.17.6" ,
1515 "base-64" : " ^0.1.0" ,
16- "cross-env " : " ^7.0.2 " ,
16+ "chai-http " : " ^4.3.0 " ,
1717 "debug" : " ^4.0.0" ,
1818 "express" : " ^4.16.2" ,
1919 "minio" : " ^7.0.3" ,
2020 "pg" : " ^7.4.3" ,
2121 "pg-hstore" : " ^2.3.2" ,
22+ "request" : " ^2.88.2" ,
2223 "sequelize" : " ^4.22.6" ,
2324 "uuid" : " ^7.0.1"
2425 },
3132 "@types/mocha" : " ^5.0.0" ,
3233 "@types/sequelize" : " ^4.0.79" ,
3334 "axios" : " ^0.19.2" ,
34- "chai" : " ^4.1.2 " ,
35+ "chai" : " ^4.2.0 " ,
3536 "mkdirp" : " ^0.5.1" ,
3637 "mocha" : " ^5.0.4" ,
3738 "nyc" : " ^12.0.1" ,
4445 "build" : " tsc" ,
4546 "apidoc" : " apidoc -i src -o docs" ,
4647 "prestart" : " npm run build && npm run apidoc" ,
47- "start" : " cross-env NODE_PATH=dist scripts/wait-for-it.sh ${AMQP_HOST}:${AMQP_PORT} -- node dist/run.js" ,
48- "test" : " cross-env NODE_PATH=src node_modules/.bin/mocha --timeout 12000 --exit --require ts-node/register test/utils/setup*.ts test /*.ts" ,
48+ "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" ,
4950 "cover" : " nyc npm test" ,
5051 "seedlangs" : " node dist/scripts/seed-defaultlangs.js" ,
5152 "precodecov" : " npm run cover" ,
You can’t perform that action at this time.
0 commit comments