chore: parallelize integration tests and use template dbs (#907)

This commit is contained in:
Zakaria El Asri
2021-12-14 21:45:57 +01:00
committed by GitHub
parent b8ff364276
commit 69620e572e
12 changed files with 171 additions and 69 deletions

View File

@@ -51,7 +51,7 @@
"jest": "jest",
"test": "jest",
"prettier": "prettier",
"test:integration": "jest --config=integration-tests/jest.config.js --runInBand",
"test:integration": "jest --config=integration-tests/jest.config.js",
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand"
},
"dependencies": {