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: prevent auto-cleanup to throw when asserting errors in async lifecycle hooks (#142)
* fix: delete wrappers before destroying
`wrapper.destroy()` will rethrow any errors via vue test utils `throwIfInstancesThrew`. ensure that wrappers are deleted from mountedWrappers at any time
* test: add tests for re-throwing async lifecycle hooks
* Update src/__tests__/cleanup-throw.js
Co-authored-by: Adrià Fontcuberta <[email protected]>
0 commit comments