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
|
@ -115,4 +115,10 @@ describe('process module', () => {
|
|||
expect(success).to.be.false();
|
||||
});
|
||||
});
|
||||
|
||||
describe('process.contextId', () => {
|
||||
it('is a string', () => {
|
||||
expect(process.contextId).to.be.a('string');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue