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
@@ -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());