mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-05-19 08:22:00 +00:00
10 lines
212 B
TypeScript
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
|
||
|
},
|
||
|
},
|
||
|
});
|