Apply repository-wide ESLint auto-fix formatting pass

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 12:11:57 +08:00
parent 7c48faaa3d
commit 847904c49b
172 changed files with 13629 additions and 9154 deletions

View File

@@ -20,11 +20,11 @@
// Import commands.js using ES2015 syntax:
import "./commands";
Cypress.on('uncaught:exception', (err, runnable) => {
Cypress.on("uncaught:exception", (err, runnable) => {
// returning false here prevents Cypress from failing the test
return false
})
return false;
});
// Alternatively you can use CommonJS syntax:
// require('./commands')
require('cypress-xpath') // Enables xpath helpers used in pointer event checks.
require("cypress-xpath"); // Enables xpath helpers used in pointer event checks.