Merge pull request #70 from abhi1693/anya/frontend-coverage-slice-1-fix

fix: make frontend test types pass in CI
This commit is contained in:
Abhimanyu Saharan
2026-02-08 23:17:09 +05:30
committed by GitHub

View File

@@ -21,7 +21,7 @@
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
}, },
"types": ["vitest/globals", "@testing-library/jest-dom/vitest"] "types": ["vitest", "vitest/globals", "@testing-library/jest-dom/vitest"]
}, },
"include": [ "include": [
"next-env.d.ts", "next-env.d.ts",