Skip to content

Commit 14d7691

Browse files
authored
Merge pull request #831 from RooVetGit/cte/improve-model-picker
Model picker improvements
2 parents c641c59 + 0bc9e17 commit 14d7691

18 files changed

+679
-1345
lines changed

webview-ui/jest.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
77
transform: { "^.+\\.(ts|tsx)$": ["ts-jest", { tsconfig: { jsx: "react-jsx" } }] },
88
testMatch: ["<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}", "<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"],
9-
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts", "@testing-library/jest-dom/extend-expect"],
9+
setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
1010
moduleNameMapper: {
1111
"\\.(css|less|scss|sass)$": "identity-obj-proxy",
1212
"^vscrui$": "<rootDir>/src/__mocks__/vscrui.ts",

webview-ui/package-lock.json

Lines changed: 38 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@storybook/react": "^8.5.2",
4949
"@storybook/react-vite": "^8.5.2",
5050
"@storybook/test": "^8.5.2",
51-
"@testing-library/jest-dom": "^5.17.0",
52-
"@testing-library/react": "^13.4.0",
53-
"@testing-library/user-event": "^13.5.0",
51+
"@testing-library/jest-dom": "^6.6.3",
52+
"@testing-library/react": "^16.2.0",
53+
"@testing-library/user-event": "^14.6.1",
5454
"@types/jest": "^27.5.2",
5555
"@types/node": "^18.0.0",
5656
"@types/react": "^18.3.18",

0 commit comments

Comments
 (0)