SIGN IN SIGN UP

fix(core): unmount editors in transformPasted tests to prevent unhandled error

Editors created during tests were never unmounted, causing async
callbacks to access `document` after jsdom teardown. This resulted
in a ReferenceError that failed the CI build.
N
Nick the Sick committed
e62880b2147e1203d87b7a758e3465eb10880cab
Parent: 64caf40