From 31931fc80c765c8422a3a5cc3233d9289450e299 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 12 Aug 2022 15:37:08 +0200 Subject: [PATCH] =?UTF-8?q?test:=20Remove=20--detectLeaks=20as=20this=20ex?= =?UTF-8?q?piremental=20flag=20is=20good=20=E2=80=93=20but=20flakey,=20tes?= =?UTF-8?q?ts=20fail=20in=20CI=20that=20do=20not=20locally?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .jestconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jestconfig.json b/.jestconfig.json index 3d1cb3d88..4f23f6339 100644 --- a/.jestconfig.json +++ b/.jestconfig.json @@ -15,8 +15,7 @@ "/server/test/setup.ts" ], "testEnvironment": "node", - "runner": "@getoutline/jest-runner-serial", - "detectLeaks": true + "runner": "@getoutline/jest-runner-serial" }, { "displayName": "app",