Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
itzsaga committed Jul 13, 2023
1 parent 89a7f25 commit e23420f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ module.exports = defineConfig({
baseUrl: 'http://localhost:8000',
},
experimentalMemoryManagement: true,
numTestsKeptInMemory: 25 // default is 50
numTestsKeptInMemory: 25, // default is 50
})

0 comments on commit e23420f

Please sign in to comment.