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
The below passes incorrectly. The DeepEqual in testFn is not detecting the difference between the two errors.
function*throwsFoo(){thrownewError('foo')}describe('throwsFoo()',()=>{it('should throw a `foo` error',testThrowsFoo(()=>{return[[],newError('bar'),]}))})
The text was updated successfully, but these errors were encountered:
The below passes incorrectly. The DeepEqual in
testFn
is not detecting the difference between the two errors.The text was updated successfully, but these errors were encountered: