test: refactor crashReporter tests (#23178)
This commit is contained in:
parent
375b793984
commit
6fa05dd123
19 changed files with 451 additions and 548 deletions
|
@ -1995,7 +1995,7 @@ describe('BrowserWindow module', () => {
|
|||
}
|
||||
}
|
||||
|
||||
const preload = path.join(fixtures, 'module', 'preload-sandbox.js');
|
||||
const preload = path.join(path.resolve(__dirname, 'fixtures'), 'module', 'preload-sandbox.js');
|
||||
|
||||
let server: http.Server = null as unknown as http.Server;
|
||||
let serverUrl: string = null as unknown as string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue