Apply repository-wide ESLint auto-fix formatting pass
Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
@@ -16,11 +16,11 @@ const { defineConfig } = require("cypress");
|
||||
module.exports = defineConfig({
|
||||
defaultCommandTimeout: 6000,
|
||||
viewportWidth: 1280,
|
||||
viewportHeight:720,
|
||||
viewportHeight: 720,
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:4173",
|
||||
specPattern: "cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}",
|
||||
},
|
||||
includeShadowDom: true,
|
||||
env: {}
|
||||
env: {},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user