Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added test reporters and coverage analysis #69

Merged
Prev Previous commit
Next Next commit
ci: added testing-library/svelte for better integration tests
  • Loading branch information
Slartibartfass2 committed Nov 16, 2024
commit 3da9b9d1ce09a3245eff6c9a06062396fdc11118
265 changes: 264 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -20,6 +20,8 @@
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.4",
"@types/eslint": "^9.6.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
Loading