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 a08244d commit 8d72197Copy full SHA for 8d72197
examples/with-cypress/cypress/integration/app.spec.js
@@ -1,3 +1,8 @@
1
+/* eslint-disable */
2
+// Disable ESLint to prevent failing linting inside the Next.js repo.
3
+// If you're using ESLint on your project, we recommend installing the ESLint Cypress plugin instead:
4
+// https://github.com/cypress-io/eslint-plugin-cypress
5
+
6
describe('Navigation', () => {
7
it('should navigate to the about page', () => {
8
// Start from the index page
0 commit comments