mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: strict eslint check (#1084)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { expect, type Page } from '@playwright/test';
|
||||
import { test } from './libs/playwright';
|
||||
import { loadPage } from './libs/load-page';
|
||||
|
||||
import { withCtrlOrMeta } from './libs/keyboard';
|
||||
import { loadPage } from './libs/load-page';
|
||||
import { newPage } from './libs/page-logic';
|
||||
import { test } from './libs/playwright';
|
||||
loadPage();
|
||||
|
||||
const openQuickSearchByShortcut = async (page: Page) =>
|
||||
|
||||
Reference in New Issue
Block a user