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
|
@ -9,7 +9,7 @@ import { AddressInfo } from 'net'
|
|||
|
||||
const features = process.electronBinding('features')
|
||||
|
||||
const fixturesPath = path.resolve(__dirname, '../spec/fixtures')
|
||||
const fixturesPath = path.resolve(__dirname, 'fixtures')
|
||||
|
||||
// We can only test the auto updater on darwin non-component builds
|
||||
const describeFn = (process.platform === 'darwin' && !process.mas && !features.isComponentBuild() ? describe : describe.skip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue