mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
spec: fix fixtures path for second instance test
This commit is contained in:
@@ -208,7 +208,7 @@ describe('app module', () => {
|
||||
})
|
||||
|
||||
it('passes arguments to the second-instance event', async () => {
|
||||
const appPath = path.join(__dirname, 'fixtures', 'api', 'singleton')
|
||||
const appPath = path.join(fixturesPath, 'api', 'singleton')
|
||||
const first = cp.spawn(process.execPath, [appPath])
|
||||
const firstExited = emittedOnce(first, 'exit')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user