test: Remove --detectLeaks as this expiremental flag is good – but flakey, tests fail in CI that do not locally

This commit is contained in:
Tom Moor
2022-08-12 15:37:08 +02:00
parent 7deda03000
commit 31931fc80c

View File

@@ -15,8 +15,7 @@
"<rootDir>/server/test/setup.ts" "<rootDir>/server/test/setup.ts"
], ],
"testEnvironment": "node", "testEnvironment": "node",
"runner": "@getoutline/jest-runner-serial", "runner": "@getoutline/jest-runner-serial"
"detectLeaks": true
}, },
{ {
"displayName": "app", "displayName": "app",