Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
522fc62
chore: migrate test config from jest to vitest
tstephen-nhs Mar 31, 2026
7aaacc5
chore: initial packages test migration
tstephen-nhs Mar 31, 2026
a8ff4ad
chore: all updatePrescriptionStatus tests now passing
tstephen-nhs Mar 31, 2026
ecc5541
chore: add yaml required by redocly
tstephen-nhs Mar 31, 2026
60e3606
chore: migrated nhsNotifyLambda tests passing
tstephen-nhs Mar 31, 2026
e20aa35
chore: migrated postDatedLambda tests passing
tstephen-nhs Mar 31, 2026
31641d9
chore: npm audit fix
tstephen-nhs Mar 31, 2026
bc9d4c7
Merge branch 'main' into aea-0000-jest-to-vitest
tstephen-nhs Apr 7, 2026
dec021f
chore: lintts
tstephen-nhs Apr 8, 2026
09621ad
Merge branch 'main' into aea-0000-jest-to-vitest
tstephen-nhs Apr 8, 2026
5828a41
Merge branch 'main' into aea-0000-jest-to-vitest
tstephen-nhs Apr 9, 2026
0d261f5
chore: npm audit fix
tstephen-nhs Apr 9, 2026
0ca7d8f
chore: exclude test helpers from coverage
tstephen-nhs Apr 9, 2026
b9d43f4
chore: sonarqube exclusions
tstephen-nhs Apr 9, 2026
0621a4e
fix: jest env vars
tstephen-nhs Apr 9, 2026
eab2479
fix: more jest references
tstephen-nhs Apr 9, 2026
0822bc5
chore: regen lock file
tstephen-nhs Apr 9, 2026
dc6bfba
chore: yaml is dev dep
tstephen-nhs Apr 9, 2026
fe807b8
fix: sonar comments
tstephen-nhs Apr 9, 2026
0679ba6
fix: global imports
tstephen-nhs Apr 9, 2026
39a0390
fix: sonar comments
tstephen-nhs Apr 9, 2026
ac49821
fix: avoid double spying
tstephen-nhs Apr 9, 2026
4cff347
chore: remove dead code
tstephen-nhs Apr 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ms-python.flake8",
"eamodio.gitlens",
"github.vscode-pull-request-github",
"orta.vscode-jest",
"vitest-explorer",
"42crunch.vscode-openapi",
"mermade.openapi-lint",
"christian-kohler.npm-intellisense",
Expand Down
13 changes: 2 additions & 11 deletions .vscode/eps-prescription-status-update-api.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
}
],
"settings": {
"jest.disabledWorkspaceFolders": [
"eps-prescription-status-update-monorepo",
"packages/common/testing",
"packages/specification"
],
"files.exclude": {
"packages/": true
},
Expand Down Expand Up @@ -158,11 +153,7 @@
],
"cSpell.dictionaries": ["en-GB"],
"cSpell.ignorePaths": ["package-lock.json", "node_modules", ".vscode"],
"jest.jestCommandLine": "NODE_OPTIONS=--experimental-vm-modules node_modules/.bin/jest --no-cache",
"jest.nodeEnv": {
"POWERTOOLS_DEV": true
},
"typescript.tsdk": "eps-prescription-status-update-monorepo/node_modules/typescript/lib",
"js/ts.tsdk.path": "eps-prescription-status-update-monorepo/node_modules/typescript/lib",
"eslint.useFlatConfig": true,
"eslint.format.enable": true
},
Expand All @@ -174,7 +165,7 @@
"ms-python.flake8",
"eamodio.gitlens",
"github.vscode-pull-request-github",
"orta.vscode-jest",
"vitest-explorer",
"42crunch.vscode-openapi",
"mermade.openapi-lint",
"redhat.vscode-yaml",
Expand Down
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export default [
languageOptions: {
parser: tsParser,
globals: {
...globals.jest,
...globals.node,
},
},
Expand Down
35 changes: 0 additions & 35 deletions jest.default.config.ts

This file was deleted.

Loading
Loading