Files
openclaw-mission-control/frontend/cypress/support/e2e.ts

11 lines
215 B
TypeScript

// Cypress support file.
// Place global hooks/commands here.
/// <reference types="cypress" />
import { addClerkCommands } from "@clerk/testing/cypress";
addClerkCommands({ Cypress, cy });
import "./commands";