mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:31:48 +00:00
eng - fix hygiene (#199883)
This commit is contained in:
parent
d3799912b7
commit
21048de4d6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ suite('Window', () => {
|
|||
super(window, dom);
|
||||
}
|
||||
|
||||
override enableWindowFocusOnElementFocus(): void { }
|
||||
protected override enableWindowFocusOnElementFocus(): void { }
|
||||
}
|
||||
|
||||
test('multi window aware setTimeout()', async function () {
|
||||
|
|
Loading…
Reference in a new issue