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
|
@ -6,7 +6,7 @@ import { emittedOnce } from './events-helpers'
|
|||
import { ipcMain, BrowserWindow } from 'electron'
|
||||
|
||||
describe('ipc main module', () => {
|
||||
const fixtures = path.join(__dirname, '..', 'spec', 'fixtures')
|
||||
const fixtures = path.join(__dirname, 'fixtures')
|
||||
|
||||
afterEach(closeAllWindows)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue