Use arrow functions

This commit is contained in:
Daniel Imms
2023-09-02 09:11:15 -07:00
parent 93aae670ba
commit 5e628d7fc6
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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