feat(e2e): Add cypress globals to eslint overrides (#43234)
fix(docs): Remove cypress eslint note on e2e docs
This commit is contained in:
committed by
GitHub
parent
b3cae635e1
commit
e2d6639773
@ -1,5 +1,3 @@
|
||||
/* global cy */
|
||||
|
||||
describe('Legacy redirects', () => {
|
||||
it('should redirect from front-end-libraries to front-end-development-libraries', () => {
|
||||
cy.visit('learn/front-end-libraries');
|
||||
|
@ -1,5 +1,3 @@
|
||||
/* global cy */
|
||||
|
||||
const locations = {
|
||||
chalSuper: '/challenges/responsive-web-design/',
|
||||
chalBlock: '/challenges/responsive-web-design/basic-html-and-html5',
|
||||
|
Reference in New Issue
Block a user