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:
@@ -26,7 +26,7 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
test.describe('Parser Integration Tests', function (): void {
|
||||
test.describe('Parser Integration Tests', () => {
|
||||
test.beforeEach(async () => await ctx.proxy.reset());
|
||||
test.afterEach(async () => {
|
||||
await ctx.page.evaluate(() => {
|
||||
|
||||
Reference in New Issue
Block a user