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
fix: only suppress console.error for non-pure imports (#549)
* fix: only suppress console.error for non-pure imports
* refactor: remove unused promise util
* chore: fix tests for error suppression to
* docs: update docs to with more detail on side effects
* refactor: only add suppression in beforeEach block and move restoration to afterEach
* chore: refactor error suppression tests to require in setup so hooks can actually be registered
* chore: added additional tests to ensure pure imports don't add side effects
* refactor: clean up unnecessary additional types in internal console suppression function
* docs: remove link in API reference docs
Fixes#546
0 commit comments