From dbccdb239af01c70d83c9df910c37c0a304d59bd Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 24 May 2023 18:32:23 +0200 Subject: [PATCH] chore(tests): enable experimental memory managment for cypress tests --- cypress.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.ts b/cypress.config.ts index 16f7ab8e..79baa0e1 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -24,4 +24,5 @@ export default defineConfig({ }, viewportWidth: 1600, viewportHeight: 900, + experimentalMemoryManagement: true, })