chore: lint spec-main (#20835)
This commit is contained in:
parent
1fed1ed577
commit
ecd9e1f26e
51 changed files with 589 additions and 533 deletions
|
@ -1,10 +1,10 @@
|
|||
import * as chai from 'chai'
|
||||
import dirtyChai = require('dirty-chai')
|
||||
import * as ChildProcess from 'child_process'
|
||||
import * as path from 'path'
|
||||
import { emittedOnce } from './events-helpers'
|
||||
import { BrowserView, BrowserWindow } from 'electron'
|
||||
import { closeWindow } from './window-helpers';
|
||||
import { closeWindow } from './window-helpers'
|
||||
import dirtyChai = require('dirty-chai')
|
||||
|
||||
const { expect } = chai
|
||||
chai.use(dirtyChai)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue