Skip to content

Commit 4df88f0

Browse files
committed
chore: remove deprecated Jest configuration and clean up yarn.lock
1 parent 5f4823c commit 4df88f0

File tree

3 files changed

+40
-2282
lines changed

3 files changed

+40
-2282
lines changed

jest.config.cjs

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

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@
2121
"@swc/core": "^1.2.108",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@types/debug": "^4.1.12",
24-
"@types/jest": "^28.1.3",
2524
"@types/js-yaml": "^4.0.5",
2625
"@types/node": "^16.7.13",
2726
"@types/node-fetch": "^2.6.2",
28-
"jest": "^28.1.2",
27+
"@types/yargs": "^17.0.33",
2928
"json-schema-to-typescript": "^11.0.1",
3029
"node-fetch": "^2.2.6",
3130
"prettier": "^3.6.2",
32-
"ts-jest": "^28.0.5",
3331
"typescript": "^5.9.2"
3432
},
3533
"peerDependencies": {
@@ -48,8 +46,7 @@
4846
"prepare-dist-for-release": "cp README.md dist/README.md && cp package.json dist/package.json",
4947
"generate-gh-actions-workflow-types": "tsx scripts/generateGithubActionsWorkflowTypes.ts",
5048
"github-actions-wac": "node dist/bin.js",
51-
"ghawac": "node dist/bin.js",
52-
"test": "jest"
49+
"ghawac": "node dist/bin.js"
5350
},
5451
"release": {
5552
"branches": [

0 commit comments

Comments
 (0)