spec: fix dirtyChai spec failures (#19652)
This commit is contained in:
parent
c3d0fed9ed
commit
da2401ff39
4 changed files with 25 additions and 4 deletions
|
@ -1,10 +1,14 @@
|
|||
import { expect } from 'chai'
|
||||
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';
|
||||
|
||||
const { expect } = chai
|
||||
chai.use(dirtyChai)
|
||||
|
||||
describe('BrowserView module', () => {
|
||||
const fixtures = path.resolve(__dirname, '..', 'spec', 'fixtures')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue