Files
MSE-SoftwEng/web-app/tests/support/e2e.ts
2025-06-08 22:31:46 +02:00

12 lines
191 B
TypeScript

// Import cypress commands
import "./commands";
// Add Cypress types
declare global {
namespace Cypress {
interface Chainable {
// Add custom commands here if needed
}
}
}