-
-
Notifications
You must be signed in to change notification settings - Fork 225
Closed
Labels
Description
Clone of jestjs/jest#3659
expect(()=>{
throw new Error('1234');
}).toThrow(Error, 'hello');
All that needs working out is the name as toThrow
is built into core and so this shouldn't clash with it