Skip to content

Commit

Permalink
oct-2142: linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikolajczyk committed Nov 20, 2024
1 parent acd6b37 commit 9a20bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/synpress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default defineConfig({
},
supportFile: 'cypress/support/index.ts',
},
numTestsKeptInMemory: 2,
experimentalMemoryManagement: true,
numTestsKeptInMemory: 2,
video: true,
viewportHeight: 1080,
viewportWidth: 1920,
Expand Down

0 comments on commit 9a20bfd

Please sign in to comment.