RSSNext / Follow

🧡 Follow your favorites in one inbox
https://follow.is
GNU General Public License v3.0
17.07k stars 711 forks source link

fix: add type checking to test script #1666

Closed lawvs closed 2 days ago

vercel[bot] commented 2 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
follow ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 10:43am
1 Skipped Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **follow-external-ssr** | ⬜️ Ignored ([Inspect](https://vercel.com/rss3/follow-external-ssr/EeDAaBKnzWc2ummi1UETnVSNgYAd)) | [Visit Preview](https://follow-external-ssr-git-fix-type-check-rss3.vercel.app) | | Nov 19, 2024 10:43am |
follow-reviewer-bot[bot] commented 2 days ago

Suggested PR Title:

fix: add type checking to test script

Change Summary: Modified the test script in package.json to include type checking by changing 'vitest' to 'vitest --typecheck'. This enhancement ensures that TypeScript type errors are caught during the testing process, improving overall code quality.

Code Review: No change requests necessary.