Skip to content

Commit d762ba2

Browse files
author
caiqiling958-cmd
committed
fix: resolve pre-existing biome lint errors in test files
- developer-notify.test.ts: split long toContain/stringContaining lines - skillhub-custom-import.test.ts: prefix unused param with underscore Made-with: Cursor
1 parent dce04ac commit d762ba2

3 files changed

Lines changed: 15819 additions & 4 deletions

File tree

apps/controller/tests/skillhub-custom-import.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { SkillDb } = await import("../src/services/skillhub/skill-db.js");
2727

2828
function stubExtractTo(
2929
slug: string,
30-
skillsDir: string,
30+
_skillsDir: string,
3131
opts: { withPackageJson?: boolean } = {},
3232
) {
3333
vi.mocked(extractZipMock).mockImplementationOnce(

0 commit comments

Comments
 (0)