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
feat(command): Fail tests under certain conditions (#40)
A unit test will fail when:
- A test case doesn't have any assertions (typically broken async tests)
- A `console.error` or `console.warn` happens during test case run
BREAKING CHANGE: This change is non-backwards since it'll likely create new test failures
0 commit comments