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:
@@ -15,7 +15,7 @@ test.beforeAll(async ({ browser }) => {
|
||||
test.afterAll(async () => await ctx.page.close());
|
||||
|
||||
|
||||
test.describe('InputHandler Integration Tests', function (): void {
|
||||
test.describe('InputHandler Integration Tests', () => {
|
||||
|
||||
test.describe('CSI', () => {
|
||||
test.beforeEach(async () => await ctx.proxy.reset());
|
||||
|
||||
Reference in New Issue
Block a user