from xterm -> from scoped

This commit is contained in:
Daniel Imms
2023-11-01 06:50:08 -07:00
parent 905285efda
commit bb9728ccd1
81 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import * as playwright from '@playwright/test';
import deepEqual = require('deep-equal');
import { ITerminalInitOnlyOptions, ITerminalOptions } from 'xterm';
import { ITerminalInitOnlyOptions, ITerminalOptions } from '@xterm/xterm';
import { deepStrictEqual } from 'assert';
export async function pollFor<T>(page: playwright.Page, evalOrFn: string | (() => Promise<T>), val: T, preFn?: () => Promise<void>, maxDuration?: number): Promise<void> {