mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
chore: strict eslint check (#1084)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { test } from '@playwright/test';
|
||||
import type { Page } from '@playwright/test';
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
interface IType {
|
||||
page: Page;
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
import { test as baseTest } from '@playwright/test';
|
||||
import crypto from 'node:crypto';
|
||||
import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import process from 'node:process';
|
||||
import crypto from 'node:crypto';
|
||||
|
||||
import { test as baseTest } from '@playwright/test';
|
||||
|
||||
const istanbulTempDir = process.env.ISTANBUL_TEMP_DIR
|
||||
? path.resolve(process.env.ISTANBUL_TEMP_DIR)
|
||||
|
||||
Reference in New Issue
Block a user