1
0
Fork 0

chore(tests): enable experimental memory managment for cypress tests

This commit is contained in:
kolaente 2023-05-24 18:32:23 +02:00
parent f13db9268a
commit dbccdb239a
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -24,4 +24,5 @@ export default defineConfig({
},
viewportWidth: 1600,
viewportHeight: 900,
experimentalMemoryManagement: true,
})