fix: add explicit dev dependencies and fix React test environment #11

Merged
ghost merged 2 commits from fix/ci-install-dependencies into main 2026-03-15 06:37:01 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit ef4389aa05 - Show all commits
+1
View File
@@ -36,6 +36,7 @@
"jsdom": "^24.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.3.0",
"vitest": "^3.0.5"
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
"extends": "@kinvolk/headlamp-plugin/config/plugins-tsconfig.json",
"compilerOptions": {
"module": "esnext",
"types": ["vite/client", "vite-plugin-svgr/client", "vitest/globals", "@testing-library/jest-dom"]
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": ["src"]
}