Removing cypress

This commit is contained in:
2024-05-28 16:25:56 -05:00
parent 69daf47021
commit ba213b038b

View File

@ -1,12 +0,0 @@
import {defineConfig} from "cypress";
export default defineConfig({
e2e: {
viewportHeight: 1000,
viewportWidth: 1200,
setupNodeEvents(on, config)
{
// implement node event listeners here
},
},
});