Skip to content

Commit e2bda57

Browse files
committed
chore: fix lint
1 parent 4422a44 commit e2bda57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground-hooks/tests/hooks.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('local Provider', async () => {
8181
// Test `preventLoginFlow`
8282
let loginCalled = false
8383

84-
page.on('request', request => {
84+
page.on('request', (request) => {
8585
if (request.url().includes('/api/auth/login')) {
8686
loginCalled = true
8787
}

0 commit comments

Comments
 (0)