1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-02 13:29:10 +00:00

chore: fix lint error

This commit is contained in:
Michael Kriese 2024-09-16 08:33:39 +02:00
parent 69b01eb911
commit 1e5f7d2116
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -1,5 +1,5 @@
import {expect} from '@playwright/test';
import AxeBuilder from '@axe-core/playwright';
import {AxeBuilder} from '@axe-core/playwright';
export async function validate_form({page}, scope) {
scope ??= 'form';