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
Some unit tests benefit from running a matrix of possible boolean values for n possible arguments. Generating these by hand can be a bit tedious and slightly error prone. We should create a helper utility that can do this automatically.
The text was updated successfully, but these errors were encountered:
…roxy spread (#1811)
New test util features
- Generate exhaustive boolean combinations
- Fixed some type errors in `usePickerWithSelectedValues.test.ts` (also
updated it to use the new boolean test util)
- Added spread support to MockProxy to avoid empty objects when making
copies
- Fixed a console error that was happening due to `null` icons passed to
FontAwesomeIcon component in tests
resolves#1809
Some unit tests benefit from running a matrix of possible boolean values for
n
possible arguments. Generating these by hand can be a bit tedious and slightly error prone. We should create a helper utility that can do this automatically.The text was updated successfully, but these errors were encountered: