We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e82349 commit 9129d01Copy full SHA for 9129d01
.eslintignore
@@ -7,7 +7,7 @@ node_modules
7
.github
8
.gitignore
9
CHANGELOG.md
10
-cypress.config.mjs
+cypress.config.js
11
generateDocs.sh
12
jsdoc_conf.json
13
LICENSE
cypress.config.mjs cypress.config.jscypress.config.mjs renamed to cypress.config.js
@@ -1,6 +1,5 @@
1
-import { defineConfig } from "cypress";
2
-
3
-export default defineConfig({
+const { defineConfig } = require('cypress')
+module.exports = defineConfig({
4
e2e: {
5
setupNodeEvents(on, config) {
6
// implement node event listeners here
0 commit comments