test: remove a few casts to any (#39713)
This commit is contained in:
parent
c5b20eeb13
commit
d76a35afe4
7 changed files with 29 additions and 21 deletions
|
@ -2343,7 +2343,7 @@ describe('BrowserWindow module', () => {
|
|||
|
||||
expect(w.isAlwaysOnTop()).to.be.false();
|
||||
expect(c.isAlwaysOnTop()).to.be.true('child is not always on top');
|
||||
expect((c as any)._getAlwaysOnTopLevel()).to.equal('screen-saver');
|
||||
expect(c._getAlwaysOnTopLevel()).to.equal('screen-saver');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue