Skip to content

Commit 5f2b421

Browse files
chore: remove vitest from CLI package
CLI tests cannot run on CI due to keytar/libsecret native module dependencies. SDK tests cover all functionality. Co-Authored-By: martyy-code <nesalia.inc@gmail.com>
1 parent a2de9f8 commit 5f2b421

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/repofetch/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"dev": "tsc --watch",
2020
"lint": "eslint src --ext .ts,.tsx",
2121
"typecheck": "tsc --noEmit",
22-
"test": "vitest run",
2322
"clean": "rm -rf dist"
2423
},
2524
"dependencies": {
@@ -30,7 +29,6 @@
3029
"@typescript-eslint/eslint-plugin": "^8.58.1",
3130
"@typescript-eslint/parser": "^8.58.1",
3231
"eslint": "^10.2.0",
33-
"typescript": "^5.0.0",
34-
"vitest": "^2.0.0"
32+
"typescript": "^5.0.0"
3533
}
3634
}

0 commit comments

Comments
 (0)