Fix code quality issues and Markdown formatting
This commit is contained in:
@@ -3,7 +3,7 @@ const { defineConfig } = require('cypress');
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:8888',
|
||||
setupNodeEvents(on, config) {
|
||||
setupNodeEvents() {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user