UNPKG

eslint-plugin-cypress

Version:
10 lines (8 loc) 182 B
const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, }, });