mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: enable no-unused vars (#2181)
This commit is contained in:
@@ -2,7 +2,7 @@ import { test } from '@affine-test/kit/playwright';
|
||||
import type { Page } from '@playwright/test';
|
||||
import { expect } from '@playwright/test';
|
||||
|
||||
async function openStorybook(page: Page, storyName?: string) {
|
||||
async function openStorybook(page: Page) {
|
||||
return page.goto(`http://localhost:6006`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user