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
This isn't really a bug since there isn't anything wrong with mocha/chai.
That being said, feel free to open a PR switching to Jest and I'm sure the team will consider it
Expected Behavior
Write fast Unit- and Snapshottests with less configuration.
Current Behavior
For now there is a test-helper needed and
Possible Solution
install jest and refactor tests to work with jest
Context
This helps to provide almost 100% code coverage for testing. It is much easier to recognize if and in which way changes affect the rendered html.
The text was updated successfully, but these errors were encountered: