mirror of
https://github.com/maputnik/editor.git
synced 2026-07-08 23:17:26 +00:00
Fix lint
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
e2e: {
|
||||
specPattern: 'e2e/**/*.spec.ts',
|
||||
specPattern: "e2e/**/*.spec.ts",
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
require("@cypress/code-coverage/task")(on, config);
|
||||
|
||||
Reference in New Issue
Block a user