-
-
Notifications
You must be signed in to change notification settings - Fork 183
docs(guides): add vitest integration example #937
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #937 +/- ##
=======================================
Coverage 90.76% 90.76%
=======================================
Files 15 15
Lines 2035 2035
Branches 513 498 -15
=======================================
Hits 1847 1847
Misses 188 188 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Thanks for adding a integration example for vitest. Please note that i have not used vitest yet.
(DISCLAIMER: I'm the author of the package, I can drop it if that's an issue)
No problem, just as noted below, please update with a little description.
Updated to address review. |
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.
Looks good to me new, thanks!
Added vitest integration example
Also linked to the https://github.com/danielpza/vitest-mms package which aims to make it easier to setup up mongodb-memory-server with vitest (DISCLAIMER: I'm the author of the package, I can drop it if that's an issue)