Skip to content

Commit

Permalink
Fixes Prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn committed Jan 8, 2025
1 parent c6cf2fb commit abd20b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions container/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ module.exports = defineConfig({
chromeWebSecurity: false,
supportFile: 'cypress/support/e2e.js',
setupNodeEvents(on, config) {
require('@cypress/code-coverage/task')(on, config)
require('@cypress/code-coverage/task')(on, config);

return config
return config;
}
}
});
2 changes: 1 addition & 1 deletion container/cypress/support/e2e.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import '@cypress/code-coverage/support'
import '@cypress/code-coverage/support';

0 comments on commit abd20b6

Please sign in to comment.