-
Notifications
You must be signed in to change notification settings - Fork 0
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
test: by default, don't generate code for runner integration #905
test: by default, don't generate code for runner integration #905
Conversation
They are now split at the top level into whether code for the runner integration should be created or not.
It's now the default anyway.
…d of `output` This is where they are created by default. Originally, we needed two locations since files had to be written to disk instead of just being compared in memory.
This allows easy updates.
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #905 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 92 92
Lines 16804 16809 +5
Branches 3404 3406 +2
=========================================
+ Hits 16804 16809 +5 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 0.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #900
Summary of Changes
toMatchFileSnapshot
to easily be able to update the expected output after changes to the code generator. Runvitest --update
to do so.