diff --git a/cypress.config.js b/cypress.config.js index 4cbe2490..6bde9c86 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -7,5 +7,5 @@ module.exports = defineConfig({ baseUrl: 'http://localhost:8000', }, experimentalMemoryManagement: true, - numTestsKeptInMemory: 25 // default is 50 + numTestsKeptInMemory: 25, // default is 50 })