Skip to content

Commit 6f37f34

Browse files
author
Shailesh Pachbhai
committed
feat: remove jest dependecies
1 parent 0ad7c6c commit 6f37f34

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"@salesforce/prettier-config": "^0.0.3",
3434
"@salesforce/ts-sinon": "^1",
3535
"@types/babel__traverse": "^7.20.6",
36-
"@types/jest": "^29.5.12",
3736
"@types/jsforce": "^1.11.5",
3837
"@typescript-eslint/eslint-plugin": "^4.2.0",
3938
"@typescript-eslint/parser": "^4.2.0",
@@ -51,7 +50,6 @@
5150
"eslint-plugin-typescript": "^0",
5251
"globby": "^11",
5352
"husky": "^4.3.8",
54-
"jest": "^29.7.0",
5553
"mocha": "^8.4.0",
5654
"nyc": "^15.1.0",
5755
"prettier": "^2.8.8",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"outDir": "lib",
66
"rootDir": "./src",
77
"esModuleInterop": true,
8-
"types": ["jest", "node"],
8+
"types": ["node"],
99
"skipLibCheck": true
1010
},
1111
"include": ["./src/**/*.ts"]

0 commit comments

Comments
 (0)