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