mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: add process.contextId used by @electron/remote (#28007)
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user