File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9999 "start:prd" : " node src/swagger.js && NODE_ENV=production node src/scripts/updateOpenapiHost.js && NODE_ENV=production node src/index.js" ,
100100 "swagger-autogen" : " node src/swagger.js" ,
101101 "test" : " NODE_ENV=test mocha --recursive --exit || true" ,
102- "test:integration" : " NODE_ENV=test node-dev src/scripts/populate.js y; NODE_ENV=test MONGO_CONN_STRING=mongodb://localhost :27017 MONGO_DB_NAME=cve_test node-dev src/scripts/migrate.js; NODE_ENV=test mocha test/integration-tests --recursive --exit" ,
102+ "test:integration" : " NODE_ENV=test node-dev src/scripts/populate.js y; NODE_ENV=test MONGO_CONN_STRING=mongodb://docdb :27017 MONGO_DB_NAME=cve_test node-dev src/scripts/migrate.js; NODE_ENV=test mocha test/integration-tests --recursive --exit" ,
103103 "test:unit-tests" : " NODE_ENV=test mocha test/unit-tests --recursive --exit || true" ,
104104 "test:coverage" : " NODE_ENV=test nyc --reporter=text mocha src/* --recursive --exit || true" ,
105105 "test:coverage-html" : " NODE_ENV=test nyc --reporter=html mocha src/* --recursive --exit || true" ,
You can’t perform that action at this time.
0 commit comments