chore: lint spec-main (#20835)
This commit is contained in:
parent
1fed1ed577
commit
ecd9e1f26e
51 changed files with 589 additions and 533 deletions
|
@ -2,9 +2,9 @@ import { expect } from 'chai'
|
|||
import * as childProcess from 'child_process'
|
||||
import * as path from 'path'
|
||||
import * as util from 'util'
|
||||
import { emittedOnce } from './events-helpers';
|
||||
import { ifdescribe, ifit } from './spec-helpers';
|
||||
import { webContents, WebContents } from 'electron';
|
||||
import { emittedOnce } from './events-helpers'
|
||||
import { ifdescribe, ifit } from './spec-helpers'
|
||||
import { webContents, WebContents } from 'electron'
|
||||
|
||||
const features = process.electronBinding('features')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue