From e23420f619652c8c2a6ee806e1c9a9541575eaa2 Mon Sep 17 00:00:00 2001 From: Seth <11750061+itzsaga@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:14:38 -0500 Subject: [PATCH] fix: linting --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })