updating unit and integration tests
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
"dev:qa": "NODE_ENV=qa nodemon -r dotenv/config server.js dotenv_config_path=.env.qa",
|
||||
"test": "NODE_ENV=test jest",
|
||||
"test:watch": "NODE_ENV=test jest --watch",
|
||||
"test:coverage": "jest --coverage --forceExit --maxWorkers=4",
|
||||
"test:coverage": "jest --coverage --maxWorkers=1",
|
||||
"test:unit": "NODE_ENV=test jest tests/unit",
|
||||
"test:integration": "NODE_ENV=test jest tests/integration",
|
||||
"test:ci": "NODE_ENV=test jest --ci --coverage --maxWorkers=2",
|
||||
"test:ci": "NODE_ENV=test jest --ci --coverage --maxWorkers=1",
|
||||
"db:migrate": "sequelize-cli db:migrate",
|
||||
"db:migrate:undo": "sequelize-cli db:migrate:undo",
|
||||
"db:migrate:undo:all": "sequelize-cli db:migrate:undo:all",
|
||||
|
||||
Reference in New Issue
Block a user