mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Use arrow functions
This commit is contained in:
@@ -164,8 +164,8 @@ function parseReport(encoding: string, msg: number[]): { state: any, row: number
|
||||
}
|
||||
}
|
||||
|
||||
test.describe('Mouse Tracking Tests', function (): void {
|
||||
test.beforeAll(async function(): Promise<void> {
|
||||
test.describe('Mouse Tracking Tests', () => {
|
||||
test.beforeAll(async () => {
|
||||
await ctx.page.setViewportSize({ width, height });
|
||||
// patch terminal to get the onData calls
|
||||
// we encode the msg here to an array of codes to not lose bytes
|
||||
|
||||
Reference in New Issue
Block a user