Skip to content

Commit eab2479

Browse files
committed
fix: more jest references
1 parent 0621a4e commit eab2479

21 files changed

Lines changed: 7 additions & 181 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ms-python.flake8",
2828
"eamodio.gitlens",
2929
"github.vscode-pull-request-github",
30-
"orta.vscode-jest",
30+
"vitest-explorer",
3131
"42crunch.vscode-openapi",
3232
"mermade.openapi-lint",
3333
"christian-kohler.npm-intellisense",

.vscode/eps-prescription-status-update-api.code-workspace

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@
7070
}
7171
],
7272
"settings": {
73-
"jest.disabledWorkspaceFolders": [
74-
"eps-prescription-status-update-monorepo",
75-
"packages/common/testing",
76-
"packages/specification"
77-
],
7873
"files.exclude": {
7974
"packages/": true
8075
},
@@ -158,11 +153,7 @@
158153
],
159154
"cSpell.dictionaries": ["en-GB"],
160155
"cSpell.ignorePaths": ["package-lock.json", "node_modules", ".vscode"],
161-
"jest.jestCommandLine": "NODE_OPTIONS=--experimental-vm-modules node_modules/.bin/jest --no-cache",
162-
"jest.nodeEnv": {
163-
"POWERTOOLS_DEV": true
164-
},
165-
"typescript.tsdk": "eps-prescription-status-update-monorepo/node_modules/typescript/lib",
156+
"js/ts.tsdk.path": "eps-prescription-status-update-monorepo/node_modules/typescript/lib",
166157
"eslint.useFlatConfig": true,
167158
"eslint.format.enable": true
168159
},
@@ -174,7 +165,7 @@
174165
"ms-python.flake8",
175166
"eamodio.gitlens",
176167
"github.vscode-pull-request-github",
177-
"orta.vscode-jest",
168+
"vitest-explorer",
178169
"42crunch.vscode-openapi",
179170
"mermade.openapi-lint",
180171
"redhat.vscode-yaml",

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export default [
118118
languageOptions: {
119119
parser: tsParser,
120120
globals: {
121-
...globals.jest,
122121
...globals.node,
123122
},
124123
},

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"devDependencies": {
3535
"@eslint/js": "^10.0.1",
3636
"@types/aws-lambda": "^8.10.161",
37-
"@types/jest": "^30.0.0",
3837
"@types/node": "^25.5.0",
3938
"@vitest/coverage-v8": "^3.2.4",
4039
"@typescript-eslint/eslint-plugin": "^8.57.2",
@@ -45,9 +44,6 @@
4544
"eslint-plugin-import-newlines": "^2.0.0",
4645
"eslint-plugin-prettier": "^5.5.5",
4746
"globals": "^17.4.0",
48-
"jest": "^30.3.0",
49-
"jest-junit": "^16.0.0",
50-
"ts-jest": "^29.4.6",
5147
"ts-node": "^10.9.2",
5248
"vite-tsconfig-paths": "^5.1.4",
5349
"vitest": "^3.2.4",

packages/capabilityStatement/jest.debug.config.ts

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

packages/checkPrescriptionStatusUpdates/jest.debug.config.ts

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

packages/common/middyErrorHandler/jest.debug.config.ts

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

packages/common/utilities/jest.debug.config.ts

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

packages/cpsuLambda/jest.debug.config.ts

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

packages/gsul/jest.debug.config.ts

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

0 commit comments

Comments
 (0)