-
Notifications
You must be signed in to change notification settings - Fork 53
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
Set up Vitest and added some tests #337
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/ethanthatonekid/acm-csuf-site/4aGnEYSW8Z2xn8yuSbAhmDKSv6xV |
Recommended to wait on this <sveltejs/kit#4118 (comment)>
Recommended to wait on this <sveltejs/kit#4118 (comment)>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took a moment to nitpick this PR myself since it spans 50+ different files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this PR, the Vitest testing library was set up and used to test this repository for the first time. Below is a list of what changes have been made to make this possible.
Changelog
.github/workflows/check_website.yaml
CONTRIBUTING.md
npm t
(npm run test
) andnpm run test:watch
commands inpackage.json
src/lib/ical/common.test.ts
src/routes/_index.test.ts
)Notes
vitest-svelte-kit
library