Closed
Description
Right now in the React repo this test...
fit('blah', () => {
expect(document.createElement('div')).toBe(document.createElement('div'));
});
...fails with the following meaningless error message:
TypeError: Cannot assign to read only property 'Symbol(impl)' of object '[object DOMImplementation]'
Apparently @trueadm mentions that this broke sometime recently because of a change we made. (I don't have details.) Its a pretty confusing behavior though.
Metadata
Metadata
Assignees
Labels
No labels