test: make test apps' name prefixed with electron-test- (#33511)
This commit is contained in:
parent
a508dce1bf
commit
929fc8bea5
23 changed files with 26 additions and 50 deletions
|
@ -1130,7 +1130,7 @@ describe('session module', () => {
|
|||
session.defaultSession.setCodeCachePath('');
|
||||
}).to.throw('Absolute path must be provided to store code cache.');
|
||||
expect(() => {
|
||||
session.defaultSession.setCodeCachePath(path.join(app.getPath('userData'), 'test-code-cache'));
|
||||
session.defaultSession.setCodeCachePath(path.join(app.getPath('userData'), 'electron-test-code-cache'));
|
||||
}).to.not.throw();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue