-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge master into branch #2
Commits on Dec 20, 2017
-
createProcesObject -> createProcessObject
Configuration menu - View commit details
-
Copy full SHA for 1521c51 - Browse repository at this point
Copy the full SHA 1521c51View commit details
Commits on Dec 21, 2017
-
* Fix Node.js 4 support * Use Babel to fix spread operator for Node.js 4 * Fix apply removal
Configuration menu - View commit details
-
Copy full SHA for 72983d4 - Browse repository at this point
Copy the full SHA 72983d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7ba7e - Browse repository at this point
Copy the full SHA 8c7ba7eView commit details
Commits on Dec 22, 2017
-
New line before quitting watch mode (#5158)
* New line before quitting watch mode #5150 * New line before quitting watch mode (eslint fix)
Configuration menu - View commit details
-
Copy full SHA for 95c0e5f - Browse repository at this point
Copy the full SHA 95c0e5fView commit details -
moduleFileExtensions extensions is now passed to babel-jest (#5110)
* moduleFileExtensions extensions is now passed to babel-jest * Added test to show use of custom files extensions with babel-jest CHANGELOG: moduleFileExtensions now passed to babel transformer * Cleanup Cleaned integration_tests/transform/ecmascript-modules-support/yarn.lock Cleaned integration_tests/transform/ecmascript-modules-support/package.json Enable testing on windows * Remove yarn lock * Add changelog line
Configuration menu - View commit details
-
Copy full SHA for 043a8b2 - Browse repository at this point
Copy the full SHA 043a8b2View commit details -
Miguel Jimenez Esun committed
Dec 22, 2017 Configuration menu - View commit details
-
Copy full SHA for e879099 - Browse repository at this point
Copy the full SHA e879099View commit details
Commits on Dec 23, 2017
-
Update condition to avoid infinite recursion in Windows platform (#5161)
* Update condition to avoid infinite recursion in Windows platform * Update CHANGELOG.md * Remove `skipOnWindows` since tests run fine on windows
Configuration menu - View commit details
-
Copy full SHA for 5a37891 - Browse repository at this point
Copy the full SHA 5a37891View commit details
Commits on Dec 24, 2017
-
feat: add support for generator functions in specs (#5166)
* feat: add support for generator functions in specs Fixes #2666 * docs: update changelog with PR link
Configuration menu - View commit details
-
Copy full SHA for 23b7e98 - Browse repository at this point
Copy the full SHA 23b7e98View commit details -
Allowed named classes and functions as BlockNames (#5154)
* Allowed named classes and functions as BlockNames describe can now take in classes and functions as the names. * Added integration test for describe with a class or function * Corrected globals.test.js.snap * Mentioned changes in CHANGELOG.md * Master! * Added failure for non-string/class/function * I am become pretty * Fixed failure message for globals.test.js.snap * Removed error test case for array-as-descriptor * Removed error test for array-as-descriptor * Added allowance for numbers as test descriptors * Prettier...
Configuration menu - View commit details
-
Copy full SHA for 2cb57a0 - Browse repository at this point
Copy the full SHA 2cb57a0View commit details
Commits on Dec 25, 2017
-
docs: update changelog (#5170)
* docs: update changelog * docs: update changelog
Configuration menu - View commit details
-
Copy full SHA for 4f8f6fb - Browse repository at this point
Copy the full SHA 4f8f6fbView commit details -
chore(package): update dev dependencies (#5175)
* chore(package): update dev dependencies * chore: downgrade eslint
Configuration menu - View commit details
-
Copy full SHA for 4f685d8 - Browse repository at this point
Copy the full SHA 4f685d8View commit details
Commits on Dec 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 28b9322 - Browse repository at this point
Copy the full SHA 28b9322View commit details
Commits on Dec 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9284b6b - Browse repository at this point
Copy the full SHA 9284b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ed6cb - Browse repository at this point
Copy the full SHA c3ed6cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ee7c9 - Browse repository at this point
Copy the full SHA 97ee7c9View commit details
Commits on Dec 28, 2017
-
Allow configuration object in projects array (#5176)
* Allow configuration object in projects array * Add changelog * Fix type of packageRootOrConfig argument * Move along, nothing to see here... * Change error message * Add unit test for readConfig() * Remove unneeded ? * Update integration tests * Add documentation for runner and projects objects * Add status code checks
Configuration menu - View commit details
-
Copy full SHA for a439772 - Browse repository at this point
Copy the full SHA a439772View commit details
Commits on Dec 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8549900 - Browse repository at this point
Copy the full SHA 8549900View commit details
Commits on Jan 3, 2018
-
Add meta-data arg to JSON event (#5208)
When running Jest in watch mode, the test results that follow the "No tests found related to files changed since last commit" message will be empty. This commit adds detection for this message, and emits this info with the JSON test results.
Configuration menu - View commit details
-
Copy full SHA for 21b608c - Browse repository at this point
Copy the full SHA 21b608cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab02134 - Browse repository at this point
Copy the full SHA ab02134View commit details -
Configuration menu - View commit details
-
Copy full SHA for c321129 - Browse repository at this point
Copy the full SHA c321129View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5d0fc - Browse repository at this point
Copy the full SHA ca5d0fcView commit details -
Improve documentation of
describe
andtest
ordering. (#5217)* Improve notes on execution order of test file code Explain that describe blocks are executed first (I've had annoying things where describes were being used to set up state instead of before* hooks), note that tests are run serially in the order they are discovered, and add a note about `test.concurrent`. * Clarify tests are run serially and tidy up. * Improve example. * Update CHANGELOG.md * Remove test.concurrent documentation Also fix typo!
Configuration menu - View commit details
-
Copy full SHA for 4eded0c - Browse repository at this point
Copy the full SHA 4eded0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b9e7b9 - Browse repository at this point
Copy the full SHA 2b9e7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a44df - Browse repository at this point
Copy the full SHA 96a44dfView commit details -
Small config comment change (#5225)
Testing the publishing bot after giving it write access to the repo
Configuration menu - View commit details
-
Copy full SHA for e25eceb - Browse repository at this point
Copy the full SHA e25ecebView commit details
Commits on Jan 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6896ee6 - Browse repository at this point
Copy the full SHA 6896ee6View commit details -
Fix --testPathPattern escaping for '\\' on Windows (#5230)
PR #5054 introduced a regression when handling escaped Windows path separators in the `--testPathPattern`. The PR applied the same escaping as the "Watch Usage" prompt, which incorrectly escapes `path\\.*file` as `path\\\.*file`. This commit fixes the regular expression used in "Watch Usage" and the `--testPathPattern` CLI argument with unit tests.
Configuration menu - View commit details
-
Copy full SHA for f3fce7b - Browse repository at this point
Copy the full SHA f3fce7bView commit details -
Git support for --changedFilesWithAncestor (#5189)
* refactor of findChangedFiles * make --changedFilesWithAncestor work with git * fixup! refactor of findChangedFiles * add withAncestor test to git * docs: update changedFilesWithAncestor's description * docs: add --changedFilesWithAncestor fix to changelog * docs: updated docs for --changedFilesWithAncestor and --lastCommit * docs: mention --watch in --changedFilesWithAncestor docs
Configuration menu - View commit details
-
Copy full SHA for 1a039f9 - Browse repository at this point
Copy the full SHA 1a039f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c12bce6 - Browse repository at this point
Copy the full SHA c12bce6View commit details
Commits on Jan 5, 2018
-
Array keyPath for toHaveProperty (#5220)
* Add array support for .toHaveProperty keypath argument * Update .toHaveProperty tests to reflect change and test against arrays as keyPath arguments * Update docs * Update change log * Resolve merge conflic with changelog * Update documentation to fix .not example for array keyPath * Update changelog, remove extra single-quote * Include updated matchers.js snapshot
Configuration menu - View commit details
-
Copy full SHA for d8ffd68 - Browse repository at this point
Copy the full SHA d8ffd68View commit details -
* Fix code formatting * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 586064d - Browse repository at this point
Copy the full SHA 586064dView commit details -
Treat dumb terminals as noninteractive (#5237)
* Treat dumb terminals as noninteractive * Add basic changelog entry
Configuration menu - View commit details
-
Copy full SHA for 9cbc26b - Browse repository at this point
Copy the full SHA 9cbc26bView commit details -
[Discussion] Expect only overrides error stack for built-in matchers (#…
…5162) * Expect only overrides error stack for built-in matchers * Fixed naggy lint issue * Replaced for...of with Object.keys().forEach() * Removed JestAssertionError export (as it is no longer needed) * Added custom matcher test * Adjusted custom_matcher test to use prettified, non-absolute stack * test: refactor integration test * update with correct snapshot * test: skip on windows * Clarified comment * Further clarified comment * test: fix test for node 6 * test: move custom matcher stack to separate file to be able to skip it on windows * Revert "test: fix test for node 6" This reverts commit f902b4b. * test: really fix node 6 * docs: add package prefix to changelog also format all markdown files * Reverted unrelated Markdown changes that had made their way into the branch * Replaced '__jestInternal' string attribute with a Symbol * Updated snapshot
Configuration menu - View commit details
-
Copy full SHA for 84abf60 - Browse repository at this point
Copy the full SHA 84abf60View commit details -
Configuration menu - View commit details
-
Copy full SHA for e776fdd - Browse repository at this point
Copy the full SHA e776fddView commit details -
jest-environment-jsdom: add ? to options parameter (#5240)
As suggested by @thymikee in #5227 (comment)
Configuration menu - View commit details
-
Copy full SHA for 8b518a4 - Browse repository at this point
Copy the full SHA 8b518a4View commit details
Commits on Jan 6, 2018
-
Escape glob characters in rootDir before interpolating into testMatch (…
…#5224) * add failing test for rootDir containing parentheses * escape globbing characters in rootDir when interpolating
Configuration menu - View commit details
-
Copy full SHA for ffec104 - Browse repository at this point
Copy the full SHA ffec104View commit details -
Allow unmatched test paths from CLI (#3882)
* Allow to pass the exact test filenames * Replaced custom check with fs.existsSync(), added tests * Changed licence to MIT * Fixed tests
Configuration menu - View commit details
-
Copy full SHA for 9cd00e6 - Browse repository at this point
Copy the full SHA 9cd00e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a3df0 - Browse repository at this point
Copy the full SHA a9a3df0View commit details
Commits on Jan 7, 2018
-
Add type checks for asymmetric matchers (#5069)
* Add type checks for asymmetric matchers * Expect other to only be a string
Configuration menu - View commit details
-
Copy full SHA for b86d932 - Browse repository at this point
Copy the full SHA b86d932View commit details
Commits on Jan 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 38aec14 - Browse repository at this point
Copy the full SHA 38aec14View commit details -
Add moduleNameMapper ordering note to the documentation (#5249)
* Add moduleNameMapper ordering note to the documentation * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 105c25e - Browse repository at this point
Copy the full SHA 105c25eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d353cc - Browse repository at this point
Copy the full SHA 6d353ccView commit details -
implement spyOnProperty method (#5107)
* feat: implement spyOnProperty method, fixes #5106 * style: fix indentation of mock, runtime, jasmine2 * test: fix failing tests for spyOnProperty * test: implement tests for #1214 * style: fix eslint errors * refactor: proxy spyOnProperty call behind spyOn * refactor: remove useless console.log * style: fix eslint errors * types: remove declaration of spyOnProperty * docs: add documentation for accessType argument of spyOn * docs: fix typo in spyOn docs * test(spyOn): fix typo in should throw on invalid input * test(spyOn): add tests for setters * docs(spyOn): add example for spying on setters * style: fix eslint errors * refactor: format error messages with getErrorMsg() * style: fix eslint errors * revert: restore snapshotState.getUncheckedKeys()
Configuration menu - View commit details
-
Copy full SHA for 490f435 - Browse repository at this point
Copy the full SHA 490f435View commit details -
Fix typo in test file name in React documentation (#5254)
* Fix typo in test file name in React documentation * Update name of snapshot file
Configuration menu - View commit details
-
Copy full SHA for 2daf8fe - Browse repository at this point
Copy the full SHA 2daf8feView commit details
Commits on Jan 9, 2018
-
docs: Reword 3-argument jest.spyOn description (#5255)
* docs: Reword spyOn with accessType * Run lint on .md files * Shift comments placement * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 6931b0f - Browse repository at this point
Copy the full SHA 6931b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93acfb0 - Browse repository at this point
Copy the full SHA 93acfb0View commit details -
Use a better console-clearing string on Windows (#5251)
* Use a better console-clearing string on Windows * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for cd807f3 - Browse repository at this point
Copy the full SHA cd807f3View commit details -
Clarifying the docs about test.only (#5262)
* Clarifying the docs about test.only It wasn't clear that test.only just applys to a single file. * Update GlobalAPI.md
Configuration menu - View commit details
-
Copy full SHA for e5b9339 - Browse repository at this point
Copy the full SHA e5b9339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398a238 - Browse repository at this point
Copy the full SHA 398a238View commit details -
Miguel Jimenez Esun committed
Jan 9, 2018 Configuration menu - View commit details
-
Copy full SHA for c074b03 - Browse repository at this point
Copy the full SHA c074b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e95ec14 - Browse repository at this point
Copy the full SHA e95ec14View commit details
Commits on Jan 10, 2018
-
PR #5054 added a call to `replacePathSepForRegex` to escape values of the `--testPathPattern` and `<regexForTestFiles>` CLI options. Since the Windows path separator and the regular expression special character delimeter are the same character, this can lead to ambiguous patterns (e.g.: `app\book\d*\`). This commit: - Removes escaping CLI args with `replacePathSepForRegex` to leave them as is unless it's a POSIX path separator on Windows - Changes the tests in `normalize.test.js` to run the same test suite for `--testPathPattern` and `<regexForTestFiles>` - Reverts the changes to `replacePathSepForRegex` from #5230 but keeps the tests for the intended behavior. It will be complicated to escape the "safe" cases when `\` is a path separator and not a regular expression delimeter. Instead of getting fancy, we can urge Windows users to use `/` or `\\` as a path separator.
Configuration menu - View commit details
-
Copy full SHA for 3ffc99e - Browse repository at this point
Copy the full SHA 3ffc99eView commit details
Commits on Jan 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5956891 - Browse repository at this point
Copy the full SHA 5956891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239f1ec - Browse repository at this point
Copy the full SHA 239f1ecView commit details -
Fix memory leak from snapshot printing (#5279)
* Fix memory leak from obsolete snapshot printing * Update issue number * Rm "obsolete" to remove confusion * Update index.js
Configuration menu - View commit details
-
Copy full SHA for 4bcfe19 - Browse repository at this point
Copy the full SHA 4bcfe19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fc2ac - Browse repository at this point
Copy the full SHA 27fc2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1892fbd - Browse repository at this point
Copy the full SHA 1892fbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f9aab - Browse repository at this point
Copy the full SHA d9f9aabView commit details -
Document caveat with mocks, Enzyme, snapshots and React 16 (#5275)
* Document caveat with mocks, Enzyme, snapshots and React 16. Closes #5258. Update the documentation to describe the warnings that are emitted by React 16 when using Enzyme, mocked components and snapshot testing. * Update CHANGELOG.md * Describe further options to work around warnings
Configuration menu - View commit details
-
Copy full SHA for 2d07714 - Browse repository at this point
Copy the full SHA 2d07714View commit details -
Interactive Snapshot Update mode (#3831)
* Prototype Interactive Snapshot updates * SnapshotInteractive logic moved into a dedicate file * Unit tests for SnapshotInteractiveMode * Remove unfinish test * Ignore JetBrains IDE meta data folder * SnapshotInteractive callback use a bool to mark snapshot update * Fix the Snapshot Interactive tests by using bool * Remove unused function, but logic to update snapshot need to be abstracted * New Snapshot file * Fix code style of snapshot interactive test * Fixes after rebase * Patch with @thymikee review
Configuration menu - View commit details
-
Copy full SHA for 2dd69b9 - Browse repository at this point
Copy the full SHA 2dd69b9View commit details
Commits on Jan 12, 2018
-
Update Configuration.md (#5287)
* Update Configuration.md * Update Configuration.md
Configuration menu - View commit details
-
Copy full SHA for 19376c1 - Browse repository at this point
Copy the full SHA 19376c1View commit details -
Make [jest-cli] not error when no tests are found with --findRelatedT…
…ests, --lastCommit or --onlyChanged options (#5127)
Configuration menu - View commit details
-
Copy full SHA for c799a02 - Browse repository at this point
Copy the full SHA c799a02View commit details
Commits on Jan 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6d2394f - Browse repository at this point
Copy the full SHA 6d2394fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e47d6 - Browse repository at this point
Copy the full SHA 09e47d6View commit details
Commits on Jan 14, 2018
-
Standardize file names: Fix integration folder names (#5298)
* chore(filenames): use dash for integration_tests/ * chore(filenames): fix intergration-tests subfolders Fixes all the folder names in the integration-tests folder to follow Facebook internal file / folder naming conventions. This is the first of several incremental PRs.
Configuration menu - View commit details
-
Copy full SHA for 0580b5b - Browse repository at this point
Copy the full SHA 0580b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0370ad - Browse repository at this point
Copy the full SHA a0370adView commit details -
Cleanup from last review (#5302)
* Cleanup from last review * Can't use object spread
Configuration menu - View commit details
-
Copy full SHA for c9cf010 - Browse repository at this point
Copy the full SHA c9cf010View commit details -
fix(jest-cli): use
import-local
to support global Jest installations (Configuration menu - View commit details
-
Copy full SHA for 6e788b1 - Browse repository at this point
Copy the full SHA 6e788b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f5f79 - Browse repository at this point
Copy the full SHA b6f5f79View commit details -
Fix missing newline after "no files changed" (#5308)
* Fix missing newline after "no files changed" * Try to fix formatting * Try to fix prettier formatting * Use PR link in changelog
Configuration menu - View commit details
-
Copy full SHA for afc0a49 - Browse repository at this point
Copy the full SHA afc0a49View commit details
Commits on Jan 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 634e474 - Browse repository at this point
Copy the full SHA 634e474View commit details -
make --lastCommit and --changedFilesWithAncestor work without --onlyC…
…hanged (#5307) * make --lastCommit and --changedFilesWithAncestor work without --onlyChanged * add fix to changelog
Configuration menu - View commit details
-
Copy full SHA for 274b84a - Browse repository at this point
Copy the full SHA 274b84aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fa7e3 - Browse repository at this point
Copy the full SHA a6fa7e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc048d - Browse repository at this point
Copy the full SHA cdc048dView commit details -
chore: include #5107 in CHANGELOG.md (#5314)
`spyOn` in getters and setters is available starting from Jest v. 22.0.5, see #5107
Configuration menu - View commit details
-
Copy full SHA for 158cd63 - Browse repository at this point
Copy the full SHA 158cd63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03cce3d - Browse repository at this point
Copy the full SHA 03cce3dView commit details -
Miguel Jimenez Esun committed
Jan 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 8b46fa8 - Browse repository at this point
Copy the full SHA 8b46fa8View commit details -
Verify passed test path is a file before resolving (#5317)
* Verify passed test path is a file before resolving * Update CHANGELOG * Cut one FS operation with try-catch * Remove jest version number in CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for d73328f - Browse repository at this point
Copy the full SHA d73328fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3fad8 - Browse repository at this point
Copy the full SHA 5b3fad8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd848f3 - Browse repository at this point
Copy the full SHA dd848f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7743c09 - Browse repository at this point
Copy the full SHA 7743c09View commit details
Commits on Jan 16, 2018
-
Add restoreMocks config to fix #3580 (#5327)
* Added restoreMocks config option * Changed tests to use jest.spyOn, since that's what restore impacts * Changed tests to use correct toHaveBeenCalled() syntax * Added changelog entry
Configuration menu - View commit details
-
Copy full SHA for bb21f0b - Browse repository at this point
Copy the full SHA bb21f0bView commit details
Commits on Jan 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c8bb0a7 - Browse repository at this point
Copy the full SHA c8bb0a7View commit details -
Miguel Jimenez Esun committed
Jan 17, 2018 Configuration menu - View commit details
-
Copy full SHA for a441ecf - Browse repository at this point
Copy the full SHA a441ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30a9ca2 - Browse repository at this point
Copy the full SHA 30a9ca2View commit details
Commits on Jan 18, 2018
-
Add an option to spawn command in a shell (#5340)
* Add tests for Process.js * Add option to spawn command inside a shell * Add tests for constructor, start, and closeProcess * Add option to spawn command in a shell * Add #5340 to change log * Fix build errors
Configuration menu - View commit details
-
Copy full SHA for 06bbe2d - Browse repository at this point
Copy the full SHA 06bbe2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 054271c - Browse repository at this point
Copy the full SHA 054271cView commit details -
Exclude files from running if they match with the ignoring pattern (w…
…hen run via file mode) (#5341)
Configuration menu - View commit details
-
Copy full SHA for a33ffa1 - Browse repository at this point
Copy the full SHA a33ffa1View commit details -
Miguel Jimenez Esun committed
Jan 18, 2018 Configuration menu - View commit details
-
Copy full SHA for f040725 - Browse repository at this point
Copy the full SHA f040725View commit details
Commits on Jan 19, 2018
-
replace preset-es2015 with preset-env (#5346)
preset-es2015 was already deprecated and should be replaced by preset-env
Configuration menu - View commit details
-
Copy full SHA for e8eb1d1 - Browse repository at this point
Copy the full SHA e8eb1d1View commit details -
chore: add missing release to changelog (#5348)
* chore: add missing release to changelog * docs: run prettier on all markdown * docs: add missing parens in changelog
Configuration menu - View commit details
-
Copy full SHA for 630b5c0 - Browse repository at this point
Copy the full SHA 630b5c0View commit details -
jest --changedSince=origin/master (#5312)
* --changedFilesToContributeTo=$BRANCH make changedFilesToContributeTo require an arg, and imply onlyChanged * rename; reorder; fix CLI.md * doc changes from review comments
Configuration menu - View commit details
-
Copy full SHA for 9f9c5e8 - Browse repository at this point
Copy the full SHA 9f9c5e8View commit details -
Optimize Webstie images (#5349)
* Remove empty doc page * optimize img/content images * optimize logo images * optimize images used on the doc site
Configuration menu - View commit details
-
Copy full SHA for fbcbf21 - Browse repository at this point
Copy the full SHA fbcbf21View commit details -
Fix package main resolving issue (#5344)
* Fix package main resolving issue * Update changelog * Add test for pkgmain fix
Configuration menu - View commit details
-
Copy full SHA for 5943dc9 - Browse repository at this point
Copy the full SHA 5943dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f715c8 - Browse repository at this point
Copy the full SHA 7f715c8View commit details -
Miguel Jimenez Esun committed
Jan 19, 2018 Configuration menu - View commit details
-
Copy full SHA for 4da1417 - Browse repository at this point
Copy the full SHA 4da1417View commit details
Commits on Jan 20, 2018
-
fix(jest):
import-local
should be used in main jest pakage (#5353)* fix(jest): `import-local` should be used in main jest pakage * docs: update changelog * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for b19f977 - Browse repository at this point
Copy the full SHA b19f977View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82c1c2 - Browse repository at this point
Copy the full SHA d82c1c2View commit details
Commits on Jan 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 36c705b - Browse repository at this point
Copy the full SHA 36c705bView commit details
Commits on Jan 22, 2018
-
Adding async versions of mockReturnValue & mockreturnValueOnce (#5318)
* Adding async utility versions of mockReturnValue & mockreturnValueOnce * Fixing rejection tests * simplify assertions * Adding changes to CHANGELOG and Docs * Fixing doc examples
Configuration menu - View commit details
-
Copy full SHA for 139f976 - Browse repository at this point
Copy the full SHA 139f976View commit details -
fix: Support class instances in .toHaveProperty() matcher (#5367)
* fix: Support class instances in .toHaveProperty() matcher * update changelog
Configuration menu - View commit details
-
Copy full SHA for cfce36c - Browse repository at this point
Copy the full SHA cfce36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fec36ae - Browse repository at this point
Copy the full SHA fec36aeView commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for be66ccc - Browse repository at this point
Copy the full SHA be66cccView commit details
Commits on Jan 24, 2018
-
Added some languages to missing markdown fencing blocks (#5378)
* Touching up some markdown rules * Missed 3 files! * Addressed linter error, reverted a block that wasn't actually js * run lint:md
Configuration menu - View commit details
-
Copy full SHA for c8de0c8 - Browse repository at this point
Copy the full SHA c8de0c8View commit details -
mockRejectedValueOnce -> mockResolveValueOnce (#5373)
* mockRejectedValueOnce -> mockResolveValueOnce Changed the duplicated mockRejectedValueOnce to mockResolveValueOnce * For got the letter 'd'
Configuration menu - View commit details
-
Copy full SHA for 79086ee - Browse repository at this point
Copy the full SHA 79086eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a10288f - Browse repository at this point
Copy the full SHA a10288fView commit details -
Fix npm update command for snapshot summary (#5376)
* add special option -- for npm update command * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 4080d98 - Browse repository at this point
Copy the full SHA 4080d98View commit details -
Make
rejects
andresolves
synchronous (#5364)* Make `makeRejectMatcher` synchronizable (#5361) * Reorganize code using promise instaed of async/await * Update changelog * Move rejectedHandler onto then * Make `makeResolveMatcher` synchronizable * Update a snapshot * Update CHANGELOG.md * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 4585c73 - Browse repository at this point
Copy the full SHA 4585c73View commit details -
* WIP on documenting ES6 class mocks * WIP on Es6ClassMocks.md * WIP on Es6ClassMocks.md * Completed first draft of Es6ClassMocks.md * Second draft of Es6ClassMocks.md * Another draft of Es6ClassMocks.md. Still need to cut some content out - it's huge. * WIP: Updating with new info on automatic mocks. * WIP on Es6ClassMocks.md * Final draft of Es6ClassMocks.md * Keep code examples to 80 columns * Updated changelog * Removed incorrect statement about manual mocks * Fixed linter errors
Configuration menu - View commit details
-
Copy full SHA for c243f67 - Browse repository at this point
Copy the full SHA c243f67View commit details
Commits on Jan 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ac7c3b1 - Browse repository at this point
Copy the full SHA ac7c3b1View commit details
Commits on Jan 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 922b037 - Browse repository at this point
Copy the full SHA 922b037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0816692 - Browse repository at this point
Copy the full SHA 0816692View commit details -
Load modules from node_modules before custom paths (#5403)
* Load modules from node_modules before custom paths * Update CHANGELOG * Update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 0110101 - Browse repository at this point
Copy the full SHA 0110101View commit details
Commits on Jan 28, 2018
-
Add summary_reporter.test.js (#5389)
* add special option -- for npm update command * Update CHANGELOG.md * add testcase for summary_reporter.js * add testcase for yarn * Update CHANGELOG.md * import SummaryReporter at the top * remove duplicated definition of results * remove description * add snapshot test * update test title * remove duplicated line * add missing attributes for test results
Configuration menu - View commit details
-
Copy full SHA for 2167439 - Browse repository at this point
Copy the full SHA 2167439View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e55c7c - Browse repository at this point
Copy the full SHA 0e55c7cView commit details -
Prevent a ENOENT crash by checking for file existence in jest-message…
…-util (#5405) * Prevent a ENOENT crash by checking for existence Jest tries to load the stack-trace based on the top frame. The problem is, the filename may be provided by the source-map, which is unreliable since it can point to a non-existent file. In such a case, the code would cause a hard crash of "Test suite failed to run" with a stack-trace pointing at "exports.formatStackTrace", which I have corrected here. * add an integration test for bad-source-map case * lint CHANGELOG * use a try-catch rather than fs.existsSync
Configuration menu - View commit details
-
Copy full SHA for 2f0dec5 - Browse repository at this point
Copy the full SHA 2f0dec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffb3be8 - Browse repository at this point
Copy the full SHA ffb3be8View commit details
Commits on Jan 29, 2018
-
fix: absolute paths in
moduleDirectories
are invalid in Windows OS (#…Configuration menu - View commit details
-
Copy full SHA for 1f6e35c - Browse repository at this point
Copy the full SHA 1f6e35cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bf2a9 - Browse repository at this point
Copy the full SHA 03bf2a9View commit details
Commits on Feb 1, 2018
-
Fixed the bug where mocking a file with the filename resolved as back…
…ticks would fail (#5426) * Fixed the bug where mocking a file with the filename resolved as backticks would fail * Updated changelog * Added license info * Fixed the unit test related to the backticks issue and updated the changelog with the PR link * Update CHANGELOG.md * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for c885f41 - Browse repository at this point
Copy the full SHA c885f41View commit details -
Filter non-JS files from
require
when using glob with --projects (#…Configuration menu - View commit details
-
Copy full SHA for dea270b - Browse repository at this point
Copy the full SHA dea270bView commit details
Commits on Feb 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6635d93 - Browse repository at this point
Copy the full SHA 6635d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7126de - Browse repository at this point
Copy the full SHA a7126deView commit details -
Configuration menu - View commit details
-
Copy full SHA for d743fec - Browse repository at this point
Copy the full SHA d743fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ceed46 - Browse repository at this point
Copy the full SHA 4ceed46View commit details -
Configuration menu - View commit details
-
Copy full SHA for fece4be - Browse repository at this point
Copy the full SHA fece4beView commit details
Commits on Feb 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 884b95d - Browse repository at this point
Copy the full SHA 884b95dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28631fa - Browse repository at this point
Copy the full SHA 28631faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fda501 - Browse repository at this point
Copy the full SHA 1fda501View commit details -
Hide interactive mode if there are no failed snapshot tests (#5450)
* Hide interactive mode if there are no failed snapshot tests * Update changelog
Configuration menu - View commit details
-
Copy full SHA for a24204a - Browse repository at this point
Copy the full SHA a24204aView commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for af09be8 - Browse repository at this point
Copy the full SHA af09be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae3d55e - Browse repository at this point
Copy the full SHA ae3d55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6781c3 - Browse repository at this point
Copy the full SHA d6781c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5229f35 - Browse repository at this point
Copy the full SHA 5229f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda02e6 - Browse repository at this point
Copy the full SHA bda02e6View commit details
Commits on Feb 6, 2018
-
[Proposal] Watch plugins API (#5399)
* Start adding tapable * Use test_path_pattern as a plugin * Use test_name_pattern as a plugin * Use quit as a plugin * Fix test interruption * Use update snapshot as a plugin * Use update snapshot interactive as a plugin * Change API to use a class instance * A bit of clean up and make tests pass * Change plugin implementation to not use tapable * Better sorting implementation * Add back third party plugin functionality * Fix flow * Fix ESLint * Reset file to state of master * Update failing snapshot * Remove hasSnapshotFailure and hasSnapshotFailureInteractive * Async await for showPrompt and clear active plugin on file change * Fix snapshot failure * Reenable tests * Implement shouldRunTestSuite * Add changelog * Clean up watch.js a bit
Configuration menu - View commit details
-
Copy full SHA for 4561959 - Browse repository at this point
Copy the full SHA 4561959View commit details -
Configuration menu - View commit details
-
Copy full SHA for faf8883 - Browse repository at this point
Copy the full SHA faf8883View commit details
Commits on Feb 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a94d130 - Browse repository at this point
Copy the full SHA a94d130View commit details -
Improve description line when assertion fails: part 1 (#5437)
* Improve description line when assertion fails: part 1 * Replace conditional ands with default and destructuring * Replace using Object.is with Object.is equality * Update 1 more snapshot matchers test for jest-jasmine
Configuration menu - View commit details
-
Copy full SHA for 8fb789c - Browse repository at this point
Copy the full SHA 8fb789cView commit details -
Add diff-sequences package (#5407)
* Add diff-sequences package * Update CHANGELOG.md * Replace NOT_YET_USED with NOT_YET_SET * Replace utility with command * Tame prettier * Add 4 tests * Replace with type cast to any * Fix prettier errors * Remove export from type declarations * Correct aLength and bLength in README.md
Configuration menu - View commit details
-
Copy full SHA for ad91d0a - Browse repository at this point
Copy the full SHA ad91d0aView commit details -
Created --notifyMode option for notifications on certain events (#5125)
* added notifyMode flag to specify when a notification should display forgot about other notifyMode configs add notifyMode to normalize Created TestSchedulerContext to save previous status of test to make the change option work updated docs minor linting fix Added additional options such as success-change and failure-change Put conditions back in if else clauses Fixed documentation on notifyMode Added notify reporter test (for review) Finished NotifyReporter tests. Testing against simulated sequences of events. * hipsters and their emojis 😞 * icons might not show in some envs * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 1947496 - Browse repository at this point
Copy the full SHA 1947496View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4d03fb - Browse repository at this point
Copy the full SHA e4d03fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b78f3c - Browse repository at this point
Copy the full SHA 3b78f3cView commit details -
Miguel Jimenez Esun committed
Feb 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 79dcdd3 - Browse repository at this point
Copy the full SHA 79dcdd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9634d0 - Browse repository at this point
Copy the full SHA c9634d0View commit details -
Let "--all" override "--onlyChanged" (#5486)
* Let "--all" override "--onlyChanged" * Add test
Configuration menu - View commit details
-
Copy full SHA for 87cd2ff - Browse repository at this point
Copy the full SHA 87cd2ffView commit details -
Miguel Jimenez Esun committed
Feb 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 766ce1a - Browse repository at this point
Copy the full SHA 766ce1aView commit details -
Miguel Jimenez Esun committed
Feb 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 9797f23 - Browse repository at this point
Copy the full SHA 9797f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d1c79 - Browse repository at this point
Copy the full SHA c8d1c79View commit details
Commits on Feb 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for efec054 - Browse repository at this point
Copy the full SHA efec054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3942361 - Browse repository at this point
Copy the full SHA 3942361View commit details
Commits on Feb 9, 2018
-
Standardize file names: Fix file names in root (#5500)
* standardize file names in root * Update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 7c398db - Browse repository at this point
Copy the full SHA 7c398dbView commit details -
Add testPath to suite in jest-jasmine2 reporter callbacks (#5394)
* Add testPath to suite * Add getTestPath to suiteFactory * Add getTestPath to topSuite
Configuration menu - View commit details
-
Copy full SHA for a87514a - Browse repository at this point
Copy the full SHA a87514aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f0308 - Browse repository at this point
Copy the full SHA 97f0308View commit details -
feat(jest-docblock): support multiple of the same @pragma (#5502)
* feat(jest-docblock): support multiple of the same @pragma * chore: fix types * fix(jest-haste-map): update to allow multiple pragmas
Configuration menu - View commit details
-
Copy full SHA for f2ef92d - Browse repository at this point
Copy the full SHA f2ef92dView commit details -
* Add videos page * Remove object-curly-spacing * Update video list * Update siteConfig.js
Configuration menu - View commit details
-
Copy full SHA for b8a8b29 - Browse repository at this point
Copy the full SHA b8a8b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3250edc - Browse repository at this point
Copy the full SHA 3250edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc14ac8 - Browse repository at this point
Copy the full SHA fc14ac8View commit details -
jest-haste-map: add test to demonstrate broken behavior for platform-…
…specific files (#5508)
Configuration menu - View commit details
-
Copy full SHA for 786f295 - Browse repository at this point
Copy the full SHA 786f295View commit details -
Miguel Jimenez Esun committed
Feb 9, 2018 Configuration menu - View commit details
-
Copy full SHA for c5a2ea0 - Browse repository at this point
Copy the full SHA c5a2ea0View commit details