mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: fix incorrect reference to skip (#17280)
This commit is contained in:
committed by
John Kleinschmidt
parent
56c545f679
commit
f53a9c1268
@@ -3050,9 +3050,11 @@ describe('BrowserWindow module', () => {
|
||||
})
|
||||
|
||||
describe('window.getNativeWindowHandle()', () => {
|
||||
if (!nativeModulesEnabled) {
|
||||
this.skip()
|
||||
}
|
||||
before(function () {
|
||||
if (!nativeModulesEnabled) {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
|
||||
it('returns valid handle', () => {
|
||||
// The module's source code is hosted at
|
||||
|
||||
Reference in New Issue
Block a user