Skip to content

Commit

Permalink
chore: remove unused tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Jan 28, 2025
1 parent ecc8760 commit 9d749ed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: bun run tsc
- run: bun run lint
- run: bun run build-cli
# - run: bun test
- run: bun run copy-html
- run: bun run sanity-check
- run: cp bunfig.toml ./tsm-cli/bunfig.toml
Expand Down
3 changes: 0 additions & 3 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@typescript-eslint/eslint-plugin": "^8.22.0",
"eslint": "^8.54.0",
"husky": "^9.1.7",
"interactive-cli-tester": "^0.3.0",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
Expand Down Expand Up @@ -488,8 +487,6 @@

"inquirer": ["[email protected]", "", { "dependencies": { "@inquirer/figures": "^1.0.3", "ansi-escapes": "^4.3.2", "cli-width": "^4.1.0", "external-editor": "^3.1.0", "mute-stream": "1.0.0", "ora": "^5.4.1", "run-async": "^3.0.0", "rxjs": "^7.8.1", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "wrap-ansi": "^6.2.0", "yoctocolors-cjs": "^2.1.2" } }, "sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w=="],

"interactive-cli-tester": ["[email protected]", "", {}, "sha512-izrrrXpDPV1CkWfJlv3pGFckTqj6Iju/3OctKRnTGkcWxL9PcY95ec1DG6B50jaAx44vWQusFiQR10C930uTWg=="],

"internal-slot": ["[email protected]", "", { "dependencies": { "es-errors": "^1.3.0", "hasown": "^2.0.0", "side-channel": "^1.0.4" } }, "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g=="],

"is-array-buffer": ["[email protected]", "", { "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.1" } }, "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw=="],
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"type": "module",
"scripts": {
"tsc": "bun x tsc",
"test": "bun run build-cli && bun test",
"lint": "bun x eslint src/**/*.ts",
"lint-staged": "lint-staged",
"build": "bun x rimraf tsm-cli/bin/tsm && bun run build-cli && bun run copy-html && bun run sanity-check",
Expand Down Expand Up @@ -35,7 +34,6 @@
"@typescript-eslint/eslint-plugin": "^8.22.0",
"eslint": "^8.54.0",
"husky": "^9.1.7",
"interactive-cli-tester": "^0.3.0",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
Expand Down
33 changes: 0 additions & 33 deletions tests/tsmx.test.ts

This file was deleted.

0 comments on commit 9d749ed

Please sign in to comment.