You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we include runner integration in the generator tests by default and have a few tests for the "eject" functionality. This means, changes to the runner integration code affects multiple (unrelated) test files.
It would be preferable, if we would use the "eject" functionality by default and then add a few tests targeting the generation of code for the runner integration.
The text was updated successfully, but these errors were encountered:
Closes#900
### Summary of Changes
* We now have only a few targeted generator tests for the runner
integration, instead of having this scattered across almost all tests.
* Use vitest's `toMatchFileSnapshot` to easily be able to update the
expected output after changes to the code generator. Run `vitest
--update` to do so.
Currently, we include runner integration in the generator tests by default and have a few tests for the "eject" functionality. This means, changes to the runner integration code affects multiple (unrelated) test files.
It would be preferable, if we would use the "eject" functionality by default and then add a few tests targeting the generation of code for the runner integration.
The text was updated successfully, but these errors were encountered: