mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-15 06:26:16 +01:00
chore: fix lint error
This commit is contained in:
parent
69b01eb911
commit
1e5f7d2116
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import {expect} from '@playwright/test';
|
import {expect} from '@playwright/test';
|
||||||
import AxeBuilder from '@axe-core/playwright';
|
import {AxeBuilder} from '@axe-core/playwright';
|
||||||
|
|
||||||
export async function validate_form({page}, scope) {
|
export async function validate_form({page}, scope) {
|
||||||
scope ??= 'form';
|
scope ??= 'form';
|
||||||
|
|
Loading…
Reference in a new issue