fix: Remove tsconfig.oxlint.json AGAIN.

This commit is contained in:
cpojer
2026-02-03 21:44:54 +09:00
parent a8893094ea
commit 425003417d
10 changed files with 12 additions and 29 deletions

View File

@@ -98,7 +98,7 @@ const _makeSessionStore = async (
};
describe("web auto-reply", () => {
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn> | undefined;
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn>;
beforeEach(() => {
vi.clearAllMocks();

View File

@@ -97,7 +97,7 @@ const _makeSessionStore = async (
};
describe("web auto-reply", () => {
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn> | undefined;
let resolvePinnedHostnameSpy: ReturnType<typeof vi.spyOn>;
beforeEach(() => {
vi.clearAllMocks();