Skip to content

Commit c1195bf

Browse files
committed
test: use eslint-disable no-undef in e2e tests
1 parent 2495409 commit c1195bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cypress/integration/about.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-undef */
12
describe('About page', () => {
23
beforeEach(() => {
34
cy.visit('/about')

cypress/integration/counter.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-undef */
12
describe('counter', () => {
23
beforeEach(() => {
34
cy.visit('/')

0 commit comments

Comments
 (0)