Skip to content

Commit a61327d

Browse files
committed
I don't read
1 parent fde10c2 commit a61327d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
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",

0 commit comments

Comments
 (0)