-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement toThrow(message) with a specific error message string #47700
Conversation
This pull request was exported from Phabricator. Differential Revision: D66118001 |
448c868
to
8b8fc4f
Compare
…book#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Differential Revision: D66118001
This pull request was exported from Phabricator. Differential Revision: D66118001 |
…book#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Differential Revision: D66118001
8b8fc4f
to
2bf5a8b
Compare
This pull request was exported from Phabricator. Differential Revision: D66118001 |
2bf5a8b
to
15d8c0b
Compare
…book#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Differential Revision: D66118001
This pull request was exported from Phabricator. Differential Revision: D66118001 |
…book#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Differential Revision: D66118001
…book#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Differential Revision: D66118001
15d8c0b
to
ef8bb2f
Compare
This pull request was exported from Phabricator. Differential Revision: D66118001 |
…ring (facebook#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Differential Revision: D66118001
…book#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Differential Revision: D66118001
ef8bb2f
to
90b1afa
Compare
This pull request was exported from Phabricator. Differential Revision: D66118001 |
…().toHaveBeenCalledTimes() (facebook#47699) Summary: Changelog: [internal] Implements a `jest.fn()` and a subset of methods in `expect` using them (`.toHaveBeenCalled()` and `.toHaveBeenCalledTimes()`). Reviewed By: sammy-SC Differential Revision: D66118002
…book#47700) Summary: Changelog: [internal] Add support for the string parameter for `toThrow` to assert for specific error messages. Reviewed By: sammy-SC Differential Revision: D66118001
90b1afa
to
cc6d24b
Compare
This pull request was exported from Phabricator. Differential Revision: D66118001 |
This pull request has been merged in 05874c8. |
Summary:
Changelog: [internal]
Add support for the string parameter for
toThrow
to assert for specific error messages.Differential Revision: D66118001