mirror of
https://github.com/maputnik/editor.git
synced 2026-08-25 14:37:27 +00:00
Alot of the cypress code and tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user