test: fix incorrect reference to skip (#17278)
This commit is contained in:
parent
42b7b25ac3
commit
2be62b1c33
1 changed files with 5 additions and 3 deletions
|
@ -3203,9 +3203,11 @@ describe('BrowserWindow module', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('window.getNativeWindowHandle()', () => {
|
describe('window.getNativeWindowHandle()', () => {
|
||||||
if (!nativeModulesEnabled) {
|
before(function () {
|
||||||
this.skip()
|
if (!nativeModulesEnabled) {
|
||||||
}
|
this.skip()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
it('returns valid handle', () => {
|
it('returns valid handle', () => {
|
||||||
// The module's source code is hosted at
|
// The module's source code is hosted at
|
||||||
|
|
Loading…
Reference in a new issue