[x] You have configured the triggering of the pre-commit hook on your local repository's clone. You need to have installed the python module pre-commit (listed in the required dev modules) and run the command pre-commit install in the repository's root folder.
[x] You have covered your code with unit and acceptance tests
[x] The feature you have implemented has no tag @wip any more
Changes
I noticed that some of our storybook snapshots are empty. The empty snapshots are those explicitly wrapped inside <client-only> tags. I now have wrapped the whole application with those tags, as we are only interested in the generated static htmls.
How to use the feature
Double-check the jest snapshot tests. They are now complete, there is no empty snapshot anymore.
Recap of our workflow
Prerequisites
pre-commit
(listed in the required dev modules) and run the commandpre-commit install
in the repository's root folder.@wip
any moreChanges
I noticed that some of our storybook snapshots are empty. The empty snapshots are those explicitly wrapped inside
<client-only>
tags. I now have wrapped the whole application with those tags, as we are only interested in the generated static htmls.How to use the feature
Double-check the jest snapshot tests. They are now complete, there is no empty snapshot anymore.