chore(integration-tests): Normalize DB config + use single process (#2077)

This commit is contained in:
Carlos R. L. Rodrigues
2022-08-24 07:29:53 -03:00
committed by GitHub
parent 687a6badeb
commit 690ca9e89a
15 changed files with 52 additions and 46 deletions

View File

@@ -64,10 +64,10 @@
"jest": "jest",
"test": "turbo run test",
"prettier": "prettier",
"test:integration": "jest --config=integration-tests/jest.config.js",
"test:integration:api": "jest --config=integration-tests/jest.config.js --projects=integration-tests/api",
"test:integration:plugins": "jest --config=integration-tests/jest.config.js --projects=integration-tests/plugins",
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand",
"test:integration": "NODE_ENV=test jest --runInBand --config=integration-tests/jest.config.js",
"test:integration:api": "NODE_ENV=test jest --runInBand --config=integration-tests/jest.config.js --projects=integration-tests/api",
"test:integration:plugins": "NODE_ENV=test jest --runInBand --config=integration-tests/jest.config.js --projects=integration-tests/plugins",
"test:fixtures": "NODE_ENV=test jest --config=docs-util/jest.config.js --runInBand",
"openapi:generate": "node ./scripts/build-openapi.js",
"generate:services": "typedoc --options typedoc.services.js",
"generate:js-client": "typedoc --options typedoc.js-client.js",