Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-28 20:56:11 +01:00

Fix frontend lint

This commit is contained in:
JakobDev 2024-11-13 19:27:15 +01:00
parent f0f4bfe93f
commit 27abd9fbb9
No known key found for this signature in database
GPG key ID: 39DEF62C3ED6DC4C

View file

@ -6,6 +6,7 @@
import {expect} from '@playwright/test';
import {test, load_logged_in_context, login_user} from './utils_e2e.ts';
// eslint-disable-next-line no-duplicate-imports
import type {Page, Locator} from '@playwright/test';
test.beforeAll(async ({browser}, workerInfo) => {