Fix test:integration

This commit is contained in:
cte 2025-02-03 12:28:53 -08:00
parent 0e02a89da4
commit e57e795a06
2 changed files with 1097 additions and 139 deletions

File diff suppressed because it is too large Load diff

View file

@ -38,12 +38,12 @@
"vscrui": "^0.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/blocks": "^8.5.2",
"@storybook/react": "^8.5.3",
"@storybook/react-vite": "^8.5.3",
"@storybook/test": "^8.5.3",
"@storybook/react": "^8.5.2",
"@storybook/react-vite": "^8.5.2",
"@storybook/test": "^8.5.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
@ -65,7 +65,7 @@
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"jest-simple-dot-reporter": "^1.0.5",
"storybook": "^8.5.3",
"storybook": "^8.5.2",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5",
"vite": "6.0.11"