feat: add process.contextId used by @electron/remote (#28007)
This commit is contained in:
parent
54bc21929a
commit
485fa5bea9
6 changed files with 25 additions and 1 deletions
|
|
@ -2490,6 +2490,7 @@ describe('BrowserWindow module', () => {
|
|||
expect(test.type).to.equal('renderer');
|
||||
expect(test.version).to.equal(process.version);
|
||||
expect(test.versions).to.deep.equal(process.versions);
|
||||
expect(test.contextId).to.be.a('string');
|
||||
|
||||
if (process.platform === 'linux' && test.osSandbox) {
|
||||
expect(test.creationTime).to.be.null('creation time');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue