mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
Fix lint errrors
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* global cy */
|
||||
import React from 'react'
|
||||
import { mount } from '@cypress/react'
|
||||
import { SpecList } from '../../../src/SpecList'
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* globals document */
|
||||
import $ from 'cash-dom'
|
||||
|
||||
function appendTargetIfNotExists (id, tag = 'div', parent = document.body) {
|
||||
|
||||
@@ -21,10 +21,6 @@ export default class Iframes extends Component {
|
||||
_disposers = []
|
||||
containerRef = null
|
||||
|
||||
constructor (props) {
|
||||
super(props)
|
||||
}
|
||||
|
||||
render () {
|
||||
const { height, width, scriptError, scale } = this.props.state
|
||||
|
||||
|
||||
Reference in New Issue
Block a user