test: move some fixtures from spec/ to spec-main/ (#21403)
This commit is contained in:
parent
8a92b65fd3
commit
768a6ace1b
44 changed files with 27 additions and 32 deletions
|
@ -5,7 +5,7 @@ import * as path from 'path'
|
|||
import { session, WebContents, webContents } from 'electron'
|
||||
import { AddressInfo } from 'net'
|
||||
|
||||
const fixturesPath = path.resolve(__dirname, '..', 'spec', 'fixtures')
|
||||
const fixturesPath = path.resolve(__dirname, 'fixtures')
|
||||
|
||||
describe('webRequest module', () => {
|
||||
const ses = session.defaultSession
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue