mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Remove no-longer-applicable comment.
This commit is contained in:
@@ -32,7 +32,6 @@ describe('API Integration Tests', function(): void {
|
||||
assert.equal(await page.evaluate(`window.term.rows`), 24);
|
||||
});
|
||||
|
||||
// fails with the grapheme injection, not sure why...
|
||||
it('Proposed API check', async () => {
|
||||
await openTerminal(page, { allowProposedApi: false }, { loadUnicodeGraphemesAddon: false });
|
||||
await page.evaluate(`
|
||||
|
||||
Reference in New Issue
Block a user