mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: fix incorrect reference to skip (#17281)
This commit is contained in:
committed by
John Kleinschmidt
parent
c55f806191
commit
ba00be3798
@@ -3124,9 +3124,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