Files
uplifting-mobile/cypress.config.ts
2026-01-09 16:41:01 -08:00

10 lines
212 B
TypeScript

import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:5173",
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});