mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-25 00:19:22 -06:00
Removed some added lint exceptions
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/* global jest */
|
||||
import { mount } from '@vue/test-utils'
|
||||
import App from '@/App'
|
||||
import { crossword } from '../cypress/fixtures/crosswords'
|
||||
import { fillCrossword, getCrossword } from './jestHelpers'
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
global.fetch = jest.fn(() => {
|
||||
return Promise.resolve({
|
||||
json: () => Promise.resolve({}),
|
||||
|
||||
@@ -16,8 +16,6 @@ plugins.registerHandler((ipc) => {
|
||||
})
|
||||
|
||||
ipc.on('dev-server:compile:success', () => {
|
||||
// eslint-disable-next-line no-undef
|
||||
allowToRequest = true,
|
||||
baseEmitter.emit('dev-server:compile:success')
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user