mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
remove proxy
This commit is contained in:
@@ -189,6 +189,10 @@ describe('API Integration Tests', function(): void {
|
||||
assert.equal(await page.evaluate(`window.term.options.fontSize`), 30);
|
||||
assert.equal(await page.evaluate(`window.term.options.fontFamily`), 'Arial');
|
||||
});
|
||||
it('object.keys return the correct number of options', async () => {
|
||||
await openTerminal(page);
|
||||
assert.notEqual(await page.evaluate(`Object.keys(window.term.options).length`), 0);
|
||||
});
|
||||
});
|
||||
|
||||
describe('renderer', () => {
|
||||
|
||||
Reference in New Issue
Block a user