Skip to content

Commit 0b4fbaa

Browse files
committed
Merge in main
2 parents f568a10 + f51c0a8 commit 0b4fbaa

136 files changed

Lines changed: 3781 additions & 6406 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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
@@ -74,11 +74,6 @@
7474
}
7575
],
7676
"settings": {
77-
"jest.disabledWorkspaceFolders": [
78-
"eps-prescription-status-update-monorepo",
79-
"packages/common/testing",
80-
"packages/specification"
81-
],
8277
"files.exclude": {
8378
"packages/": true
8479
},
@@ -168,11 +163,7 @@
168163
"node_modules",
169164
".vscode"
170165
],
171-
"jest.jestCommandLine": "NODE_OPTIONS=--experimental-vm-modules node_modules/.bin/jest --no-cache",
172-
"jest.nodeEnv": {
173-
"POWERTOOLS_DEV": true
174-
},
175-
"typescript.tsdk": "eps-prescription-status-update-monorepo/node_modules/typescript/lib",
166+
"js/ts.tsdk.path": "eps-prescription-status-update-monorepo/node_modules/typescript/lib",
176167
"eslint.useFlatConfig": true,
177168
"eslint.format.enable": true
178169
},
@@ -184,7 +175,7 @@
184175
"ms-python.flake8",
185176
"eamodio.gitlens",
186177
"github.vscode-pull-request-github",
187-
"orta.vscode-jest",
178+
"vitest-explorer",
188179
"42crunch.vscode-openapi",
189180
"mermade.openapi-lint",
190181
"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
},

jest.default.config.ts

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

0 commit comments

Comments
 (0)