-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[Part 1] Individual Test Case Report - Support custom messages #10293
Merged
SimenB
merged 24 commits into
jestjs:master
from
MLH-Fellowship:feature/custom-messages
Jul 21, 2020
Merged
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
a513489
Update jest-worker to support custom messages
rogeliog 21d22ed
Update tests
rogeliog 42f9a0f
update: add `unstable_api` for eventEmitter
sauravhiremath 544a0b8
fix: replace array -> set for customMessageListeners
sauravhiremath 99d1da4
setSystemTime and getRealSystemTime type and doc update (#10169)
liamfd 7dedac3
Update UsingMatchers.md (#10161)
ArieShapiro 9896107
Update links to Reactiflux (#10180)
nickserv f09d012
Update GlobalAPI.md (#10157)
Leo7654 8ae2f42
Improve Jest startup time and test runtime, particularly when running…
lencioni d3499e7
feat(jest-mock): Export Mock, MockInstance, SpyInstance types (#10138)
anilanar f821a69
Update ExpectAPI.md (#10141)
b3a4177
chore: replace `make-dir` with `fs.mkdir` (#10136)
TrySound 8b90953
chore: quote globs in scripts (#10190)
SimenB 7ad1c5c
chore: update changelog for release
SimenB 403dc35
v26.1.0
SimenB 9bb4c4d
Fix the stale information about node-gyp & python (#10181)
xamgore a78f4d5
chore: use non-beta cache task on azure pipelines (#10194)
SimenB feb63cf
fix: revert bad change
sauravhiremath 2f261df
Merge branch 'master' of github.com:MLH-Fellowship/jest into feature/…
sauravhiremath 5666ef2
modified CHANGELOG.md
kunal-kushwaha 45492fa
fixes suggested by @SimenB
sauravhiremath 0167abc
requested changes made
kunal-kushwaha c562f9f
fix: remove `worker_threads` require
sauravhiremath 0fe27e7
revert: `worker_threads` support change
sauravhiremath File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return
does nothing