Files
uplifting-mobile/cypress.config.ts
2026-01-10 02:55:39 -08:00

11 lines
204 B
TypeScript

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