Make deviceIds const
This commit is contained in:
parent
04da9257ef
commit
04e873f78e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ describe('chromium feature', function () {
|
|||
origin: null,
|
||||
storages: ['cookies']
|
||||
}
|
||||
let deviceIds = []
|
||||
const deviceIds = []
|
||||
const ses = session.fromPartition('persist:media-device-id')
|
||||
let w = new BrowserWindow({
|
||||
show: false,
|
||||
|
|
Loading…
Reference in a new issue