hedgedoc-migrator/cypress.config.js
2022-09-11 23:01:13 +02:00

9 lines
182 B
JavaScript

const { defineConfig } = require("cypress");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
});