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
+1 -1
View File
@@ -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(() => {