Skip to content

Commit 9343083

Browse files
committed
🧪 Replace jest with native node test
1 parent 5b99e4a commit 9343083

7 files changed

Lines changed: 285 additions & 2110 deletions

File tree

‎jest.config.js‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎package.json‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"clean": "git clean -fdX -- ./dist ./out",
3636
"package": "pnpm vsce package --no-dependencies",
3737
"vscode:prepublish": "pnpm build",
38+
"test": "node --import tsx --test \"src/**/*.test.ts\"",
3839
"lint": "tsgo --noEmit && oxlint",
3940
"lint-fix": "oxlint --fix",
4041
"format": "oxfmt --write \"**/*.ts\"",
@@ -72,7 +73,6 @@
7273
},
7374
"devDependencies": {
7475
"@octokit/openapi-types": "^25.1.0",
75-
"@types/jest": "^29.5.14",
7676
"@types/node": "^22.19.11",
7777
"@types/uuid": "^3.4.13",
7878
"@types/vscode": "^1.109.0",
@@ -82,14 +82,13 @@
8282
"cross-env": "^7.0.3",
8383
"glob": "^11.0.3",
8484
"globals": "^16.3.0",
85-
"jest": "^29.7.0",
8685
"node-loader": "^0.6.0",
8786
"oxfmt": "^0.34.0",
8887
"oxlint": "^1.49.0",
8988
"rolldown": "latest",
9089
"source-map-loader": "^4.0.2",
91-
"ts-jest": "^29.4.0",
9290
"ts-loader": "^9.5.2",
91+
"tsx": "^4.19.2",
9392
"typescript": "^5.8.3"
9493
},
9594
"overrides": {

0 commit comments

Comments
 (0)