Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Jest

🃏Delightful JavaScript Testing
Collective - Host: opensource - https://opencollective.com/jest - Website: https://jestjs.io/

Display outer element and trailing newline consistently in jest-diff (#4520)

* Display outer element and trailing newline consistently in jest-diff

* Replace more with le...

github.com/jestjs/jest - 5104156cda4b356f199aaf7a6a2e5c52d05baf2c authored over 7 years ago by Mark Pedrotti <[email protected]>
Do not modify stack trace of JestAssertionError (#4516)

* Do not modify stack trace of JestAssertionError.

* Added test for stack trace of nested mat...

github.com/jestjs/jest - fbacd19254f056d0f0ff1da66d5e27be0d6b5a3f authored over 7 years ago by Dennis Keil <[email protected]>
Print errors after test structure in verbose mode (#4504)

* Issue 4264: print errors after test structure in verbose mode

* Fix lint (#4504))

* Skip...

github.com/jestjs/jest - 246da7f5b9eb92538d692b204c257eaa8c800a9f authored over 7 years ago by Antonio Ignacio Campos Ruiz <[email protected]>
Enable 'Romanian' language. (#4514)

This is a single change that will effect the way the website is built. No other change is being ...

github.com/jestjs/jest - afb69f7dfe48d223e2c60cd3a8971a265c9651c8 authored over 7 years ago by Eric Nakagawa <[email protected]>
Fix prettier error in jest-runner (#4510)

github.com/jestjs/jest - 0c108a626a960b4eba81a0dd4db3718e5af5d1bb authored over 7 years ago by Mark Pedrotti <[email protected]>
Consistent changelog heading (#4507)

I'm not sure if this is wanted. I noticed heading inconsistency when I was reading the changelog...

github.com/jestjs/jest - ecbdedadeb7916f68fbb98cb4b18e0cb1f878738 authored over 7 years ago by KahWee Teng <[email protected]>
Fix `--silent --verbose` problem (#4505)

github.com/jestjs/jest - c05dcd516c60477e5d99a2e218bdd0b7aaa0e1a4 authored over 7 years ago by Hasan Ramezani <[email protected]>
New example react redux node (#4491)

* new example for snapshots

* new example for snapshots with new folder name

* removed my ...

github.com/jestjs/jest - 95278b2047051244f6cce416c1fbdebcd807265e authored over 7 years ago by Jennifer Kaplan <[email protected]>
fix: Reset local state of assertions when using hasAssertions (#4498)

github.com/jestjs/jest - 03fa5023af781026e4415217f4b9297b59a2f6c5 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
[docs] Clarify where `__mocks__` should live when using `roots` (#4493)

* [docs] Clarify where __mocks__ should live when using roots

* Update Configuration.md

* ...

github.com/jestjs/jest - beb77e2b61e7548ba43c5fe8468937ac12db656d authored over 7 years ago by Valentin Agachi <[email protected]>
[jest-resolve] Prevent default resolver failure when potential resolution directory does not exist (#4483)

Summary: A recent change to take precedence of NODE_PATH for module resolution (https://github.c...

github.com/jestjs/jest - 3aebe4fb4ab1b3bbda3c3eb5d25998a03ffe55ec authored over 7 years ago by William Schurman <[email protected]>
Add Changelog for 21.1.0

github.com/jestjs/jest - 44725a46da554579e95ae0538e65c039d051ad9b authored over 7 years ago by cpojer <[email protected]>
Call jest-diff and pretty-format more precisely in toHaveProperty matcher (#4445)

* Call diff more precisely in toHaveProperty matcher

* Write diff call on one line for readab...

github.com/jestjs/jest - 8529bd1582da94584a7213d013f8858bbffa7938 authored over 7 years ago by Mark Pedrotti <[email protected]>
fix Map equality test (#4404)

* fix Map equality test

#4303 added code to check Set equality in an order-independent way, b...

github.com/jestjs/jest - 6414c5d1eaad7f4f38c17b078aaedb2d7eb3bde1 authored over 7 years ago by Neil Gentleman <[email protected]>
Allow chaining mockClear and mockReset (#4475)

github.com/jestjs/jest - 8bc795ccab6d2ca02712d94b3210959746c31be8 authored over 7 years ago by Valery <[email protected]>
Improve docs (#4478)

github.com/jestjs/jest - 105f7db4a13f80449c37881622719099ad915703 authored over 7 years ago by Diego Faria <[email protected]>
Flatten temporary data structures in jest-diff (#4469)

github.com/jestjs/jest - c4844a66ceec221573363e0ad8059e05fb8e4e59 authored over 7 years ago by Mark Pedrotti <[email protected]>
Make FUNCTION_NAME_RESERVED_PATTERN stateless (#4466)

* Make FUNCTION_NAME_RESERVED_PATTERN stateless

* Ignore valid flow annotations in *.md files

github.com/jestjs/jest - 72af99d25d6478d2000c929eb821f9bf0489f16d authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
[jest-mock] fix function name cleaning when making mock fn (#4464)

github.com/jestjs/jest - 19b5cce80d4ddb69864222b84164d09120cbf898 authored over 7 years ago by James Friend <[email protected]>
Expose restoreAllMocks to object (#4463)

github.com/jestjs/jest - 213634d7021f646ad9bc2e18f43dfef0d05d6e37 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Use ES module exports (#4454)

* Use ESM exports in jest-config

* Use ESM exports in eslint-plugin-jest

* Use ESM exports...

github.com/jestjs/jest - 9c429cd15d639ab42cfe0a9fa7032095af3b675f authored over 7 years ago by Simen Bekkhus <[email protected]>
Create README.md with documentation and usage (#4457)

Per https://github.com/prettier/prettier/pull/2772#discussion_r137921858

github.com/jestjs/jest - b621cd2b52122690f51bfe6afe7ab5e93761306e authored over 7 years ago by Stephen Scott <[email protected]>
Changelog for 21.0.1 and 21.0.2

github.com/jestjs/jest - 215e1d4d38e073bbd62c5b4e52e991374fc1ea62 authored over 7 years ago by cpojer <[email protected]>
Take precedence of NODE_PATH when resolving node_modules directories (#4453)

github.com/jestjs/jest - fab01c71680fc54f21ba0aa7ca65acc8d8ff9523 authored over 7 years ago by Sebastian McKenzie <[email protected]>
--silent flag (#4450)

- removes the silent flag from package.json scripts
- closes #4449

github.com/jestjs/jest - 6b484db69b130173dcf2f60ef7f8a1abb7f7a521 authored over 7 years ago by Brian Woodward <[email protected]>
Update own deps (#4441)

* Update dependencies to latest version

* Upgrade lerna

* Upgrade peer dependency of eslin...

github.com/jestjs/jest - 76f018d1e7f4f08b9391a409eeb8d1b3f364d438 authored over 7 years ago by Simen Bekkhus <[email protected]>
Fix race condition with --coverage and babel-jest identical file contents edge case (#4432)

* Add test case

* Fix cache race condition by including filename in cache key

* make filen...

github.com/jestjs/jest - 16431b5ae65660090a4d4c71f6aca02e733ac62e authored over 7 years ago by Stian Didriksen <[email protected]>
Add extra parameter: runTestsByPath. Fixes #4396 (#4411)

github.com/jestjs/jest - 2c910dcaab6d6809966ed9c80441fd23e5cf606d authored over 7 years ago by Miguel JimĂ©nez EsĂșn <[email protected]>
Upgrade all outdated deps (#4425)

* Upgrade all outdated deps

* Revert micromatch upgrade

* Disable version from yargs

* ...

github.com/jestjs/jest - 4398ccbf59c760a1c182480899856b928fc27c4f authored over 7 years ago by Simen Bekkhus <[email protected]>
Upgrade to prettier 1.6 (#4426)

github.com/jestjs/jest - 0cb03f6474f52964ed74eadcde2ae3e219b4d04e authored over 7 years ago by Simen Bekkhus <[email protected]>
Update Jest's own dependency on the eslint plugin (#4424)

github.com/jestjs/jest - 15173910cdd77beee1298ac1620079a49c627393 authored over 7 years ago by Simen Bekkhus <[email protected]>
Remove existing throw (#4417)

github.com/jestjs/jest - a8be52b34d4259e8a8635dad8025f85d9d5391ab authored over 7 years ago by Miguel JimĂ©nez EsĂșn <[email protected]>
Jest 21 Changelog

github.com/jestjs/jest - f3e2bd3a021e59763004ab2dd3f52eee647d61e3 authored over 7 years ago by cpojer <[email protected]>
Fix React PropTypes warning in tests for Immutable plugin (#4412)

github.com/jestjs/jest - 0e76e689cf052f2c6b3db917ccb9107567fdba6a authored over 7 years ago by Mark Pedrotti <[email protected]>
Add displayName to TestResult (#4408)

github.com/jestjs/jest - be6952dd9a4f4646a00aa0467f07b6fed9c4a12f authored over 7 years ago by Jason Palmer <[email protected]>
Make listTests always print to console.log (#4391)

* Make listTests always print to console.log

* Update snapshot

* Update snapshot a second ...

github.com/jestjs/jest - a344d497160e4ab8f8e8a1d122395a4a52a3ce61 authored over 7 years ago by Joachim Seminck <[email protected]>
Allow custom resolver to be used with[out] moduleNameMapper (#4174)

* Allow the custom resolver to be used with and without the moduleNameMapper.

Also, improve e...

github.com/jestjs/jest - de74b38aff9f0a91dcdaf5986d2a6f963b78cfdf authored over 7 years ago by Min Idzelis <[email protected]>
Ignore indentation of data structures in jest-diff (#3429)

* Ignore indentation in jest-diff

* Ignore indentation in structuredPatch and test it more

...

github.com/jestjs/jest - 7e2c206364bb8d0b3e09b877dd658efc5c27458b authored over 7 years ago by Mark Pedrotti <[email protected]>
fix(babel): Support upcoming beta (#4403)

github.com/jestjs/jest - fab51f8a57748a3d2af7d77ee2268c0232da5270 authored over 7 years ago by Daniel Tschinder <[email protected]>
Update TypeScript + Jest getting started (#4392)

* Update TypeScript + Jest documentation

How to use TypeScript + Jest is already documented i...

github.com/jestjs/jest - e926ab806327049588d89f356880f11748c8cec3 authored over 7 years ago by Tanguy Krotoff <[email protected]>
fix(babel): Handle ignored files in babel v7 (#4393)

* fix(babel): Handle ignored files in babel v7

In babel v7 `babel-core.transform()` might ret...

github.com/jestjs/jest - 60b93b9f2ebcbc40f89c4487dff01bb0a368cc5d authored over 7 years ago by Daniel Tschinder <[email protected]>
Specify watchPathIgnorePatterns will only be available in Jest 21+ (#4398)

github.com/jestjs/jest - 0b7b47be1d739ae51faa979e8a5278088a607e1d authored over 7 years ago by Rogelio Guzman <[email protected]>
Use Jest Types inside Jest Editor Support (#4385)

* Remove danger fixure data

* Convert custom duplicated types inside jest-editor-support into...

github.com/jestjs/jest - 24a61bb1aa310d92208833c33fa6fb8b1cfe4d2c authored over 7 years ago by Orta <[email protected]>
Don't format node assert errors when there's no 'assert' module (#4376)

* Don't format node assert errors when there's no 'assert' module

In format_node_assert_error...

github.com/jestjs/jest - dfdca8b115a8d484c8e8b00cf3ceab7d54919ba1 authored over 7 years ago by Stephen Scott <[email protected]>
Add fake chalk in browser builds in order to support IE10 (#4367)

* Add a fake chalk in order to work in older browsers

Closes #4074

* Make fake chalk priva...

github.com/jestjs/jest - 51e0a2494233c1e132e5e016646e941ca7afd647 authored over 7 years ago by Simen Bekkhus <[email protected]>
Use "verbose" no test found message when there is only one project (#4378)

github.com/jestjs/jest - e5fd7733cafaa1e8b59191476951df2a4d740d49 authored over 7 years ago by Rogelio Guzman <[email protected]>
Remove .dim from displayName for better readability (#4377)

github.com/jestjs/jest - 17cdf536392c8294ecde3f7e36a79d783fbbd436 authored over 7 years ago by Rogelio Guzman <[email protected]>
Change Promise detection code in jest-circus to support non-global Promise implementations (#4375)

* Change Promise detection code in jest-circus to support non-global Promise implementations

...

github.com/jestjs/jest - a3ed98085be4906abe5107589ba051055dba89a2 authored over 7 years ago by Stephen Scott <[email protected]>
Add displayName to MPR (#4327)

* Modify flow types to support displayName

* Add project displayName

* Some small fixes

...

github.com/jestjs/jest - e5356658e6bcf6f31aa26b8a0db7b602ba3ece7d authored over 7 years ago by Rogelio Guzman <[email protected]>
Separated the snapshot summary creation from the printing to improve testability. (#4373)

github.com/jestjs/jest - 39f83a99eb426a853a5369d194193bbc30ecf3aa authored over 7 years ago by Dirk-Jan Rutten <[email protected]>
Improved the jest reporter with snapshot info per test. (#3660)

github.com/jestjs/jest - cb8e760041a5d5d0e59fcf7d7b7f440365412755 authored over 7 years ago by Dirk-Jan Rutten <[email protected]>
fix typescript jest test crash (#4363)

test_script_parser.js @line 39 failed to check if element is null before accessing the text prop...

github.com/jestjs/jest - e4278b340b5460fde7a908b47dd05fb5ac3e90c8 authored over 7 years ago by ConnectDotz <[email protected]>
Flow upgrade (#4355)

* Update to flow 0.52

* Update to flow 0.53

* Suppress flow errors from https://github.com...

github.com/jestjs/jest - 559e70d4866ac3ccfe7ebed60a1dedceb3e53b0d authored over 7 years ago by Simen Bekkhus <[email protected]>
Remove redundant yarn.lock entry in npmignores (#4368)

github.com/jestjs/jest - e81a5e55bf377b78f1901ed19d8c8a7e9f43a5a8 authored over 7 years ago by Simen Bekkhus <[email protected]>
Add missing watchify dependency (#4366)

github.com/jestjs/jest - 77251b9673d806412ac665605baaa9a82f561f52 authored over 7 years ago by Simen Bekkhus <[email protected]>
Fix appveyor (#4353)

github.com/jestjs/jest - db4465e6bd0195ef95540e3a068882361cc67682 authored over 7 years ago by Rogelio Guzman <[email protected]>
Return UNDEFINED for undefined type in ReactElement plugin (#4360)

github.com/jestjs/jest - 19384094dc7ac5cd77e4eacf611d76abe5837063 authored over 7 years ago by Mark Pedrotti <[email protected]>
Rename HTMLElement as DOMElement plugin (#4361)

github.com/jestjs/jest - 96ba36f3ebb6c4b5a7f3d07253cb3757255aac88 authored over 7 years ago by Mark Pedrotti <[email protected]>
Unified 'no tests found' message for non-verbose MPR (#4354)

github.com/jestjs/jest - 44b1c6d1de6b7666c8fa22986d192d67fee2191a authored over 7 years ago by Vicente Jr Yuchitcho <[email protected]>
Fix bad merge.

github.com/jestjs/jest - f509856258499bdfa4b1bb43016652b9acd86b81 authored over 7 years ago by cpojer <[email protected]>
Fix nits.

github.com/jestjs/jest - 8bdafbb297b6179f975a22f8e46e0c8d4f00f775 authored over 7 years ago by cpojer <[email protected]>
Updated config doc with info on glob coverage thresholds (#4350)

github.com/jestjs/jest - 6323e64b5ebe1dd547f3085d08bce1412c912043 authored over 7 years ago by Vlad Vlasov <[email protected]>
Fix nits.

github.com/jestjs/jest - 4aec3e7063d16f058f0922dbd5885f91984ea506 authored over 7 years ago by cpojer <[email protected]>
Handle async errors (#4016)

* wip: start handling async errors

Ref https://github.com/facebook/jest/issues/2059

* Impl...

github.com/jestjs/jest - 2b7c97db404980e2aaa9c00fdef51773bad3c271 authored over 7 years ago by Friedel Ziegelmayer <[email protected]>
Coverage thresholds can be set up for individual files (#4185)

* Thresholds now can be set up for individual files the same way they are currently setup for 'g...

github.com/jestjs/jest - 90a79fcb9291b4c5c7a1c0f172bba3a7bb911cf0 authored over 7 years ago by Vlad Vlasov <[email protected]>
Remove unused deps (#4347)

github.com/jestjs/jest - 1139c993a2ddbc528cb06daa1c61761d55501135 authored over 7 years ago by Simen Bekkhus <[email protected]>
add skipped tests support for jest-editor-support (#4346)

github.com/jestjs/jest - 193d646beac20282eccc112767c16d41bd091a1f authored over 7 years ago by Bryan Nicholls <[email protected]>
Provide printText and printComment in markup.js for HTMLElement plugin (#4344)

github.com/jestjs/jest - 84b2502eb42779fd00c609b8d325c689f2aefb9e authored over 7 years ago by Mark Pedrotti <[email protected]>
Rename jest-matchers to expect (#4345)

* Rename jest-matchers to expect

* lint

github.com/jestjs/jest - a397abaf9f08e691f8739899819fc4da41c1e476 authored over 7 years ago by Simen Bekkhus <[email protected]>
Use babel transform to inline all requires (#4340)

* Use babel transform to inline all requires

* Remove jest-util and jest-validate from blackl...

github.com/jestjs/jest - 64535a1d0bddef107675d9d70ac74bfe356c301c authored over 7 years ago by Simen Bekkhus <[email protected]>
Make jest-matcher-utils use ESM exports (#4342)

github.com/jestjs/jest - b9db0a1fa5d6208b540dd8c3daaa142cb4b9d83e authored over 7 years ago by Simen Bekkhus <[email protected]>
update document for watchPathIgnorePatterns (#4343)

* update document for watchPathIgnorePatterns

* Update Configuration.md

github.com/jestjs/jest - 5d7d86d013c8bad1423e52be361a67f875048d2c authored over 7 years ago by aisensiy <[email protected]>
Remove `jest-util` from `jest-snapshot`. (#4341)

github.com/jestjs/jest - 9ea074c1f47281cb50e3a84534c910d21de9f525 authored over 7 years ago by Christoph Nakazawa <[email protected]>
Use "inputSourceMap" for coverage re-mapping. (#4009)

* Use "inputSourceMap" for coverage re-mapping.

Use "inputSourceMap" instead of read from fil...

github.com/jestjs/jest - 9c55f2ba5e146784b371448f0e3280ecb0b10276 authored over 7 years ago by Shen Junru <[email protected]>
Add watchPathIgnorePatterns to exclude paths to trigger test re-run in watch mode (#4331)

* add watchPathIgnorePatterns to exclude paths to trigger test re-run in watch mode

* argumen...

github.com/jestjs/jest - f48a78862ab40756fec7c3063200b54a362408d2 authored over 7 years ago by aisensiy <[email protected]>
Support SVG elements in HTMLElement plugin (#4335)

* Support SVG elements in HTMLElement plugin

* Edit comment and delete slice method

* Edit...

github.com/jestjs/jest - 1a4ea9467d185f47871a821f5a3becf498cfca77 authored over 7 years ago by Mark Pedrotti <[email protected]>
Output created snapshot when using --ci option (#3693)

github.com/jestjs/jest - 93aaf5420765ded663784d9b359ca458ad0be90c authored over 7 years ago by Ɓukasz Sentkiewicz <[email protected]>
Adding ancestorTitles property to JSON test output (#4293)

github.com/jestjs/jest - b6c68d3ed849fc9ed80e000c8be196c2f2717c34 authored over 7 years ago by Mike Hedman <[email protected]>
Throw Error When Using Nested It Specs (#4039)

* throw error when adding nested it specs

* add comment

* improve error message

* Updat...

github.com/jestjs/jest - 82e66396d849b51c9cdd1ab3ab12470209d4bdcf authored over 7 years ago by Rafael Calpena Rodrigues <[email protected]>
Use modern HTML5 <!DOCTYPE>, as discussed in #3299 (#3937)

github.com/jestjs/jest - fcf64d79a67a64192660d3a8821a68f3507d661e authored over 7 years ago by Erik Demaine <[email protected]>
Add support for Error objects in toMatchObject (#4339)

* Add support for Errors in toMatchObject()

* Move subsetEqualityMatcher and isObjectWithKeys...

github.com/jestjs/jest - 441bd0aea3b8ba678b92b2127ff1df557e2fd9f8 authored over 7 years ago by Joachim Seminck <[email protected]>
Join lines with newline in jest-diff (#4314)

* Join lines with newline in jest-diff

* Delete trim method and update snapshot (works with n...

github.com/jestjs/jest - 53c0ccc800ccdf05b7c896d8044ef12796403b77 authored over 7 years ago by Mark Pedrotti <[email protected]>
Document test, serialize, and print in pretty-format/README.md (#4334)

github.com/jestjs/jest - 06798531fe2f078876990f5213f5f3cf1541f4d9 authored over 7 years ago by Mark Pedrotti <[email protected]>
Replace match with test and omit redundant String conversion (#4311)

github.com/jestjs/jest - 0febe44546905ef3a7f5df9bbc7d5eed76b997aa authored over 7 years ago by Mark Pedrotti <[email protected]>
Call same printChildren as for React in HTMLElement plugin (#4275)

* Call same printChildren as for React in HTMLElement plugins

* Call createTextNode in anothe...

github.com/jestjs/jest - 27c5a97948d0d135f00362d7aed496212b570eda authored over 7 years ago by Mark Pedrotti <[email protected]>
Add Usage in Jest to pretty-format/README.md (#4253)

* Add Usage in Jest to pretty-format/README.md

* Correct typing mistake

github.com/jestjs/jest - d8aa77c5bdbcdd2f0e02600a3c9b32b434fe9b0c authored over 7 years ago by Mark Pedrotti <[email protected]>
Clean up resolve() logic. Provide useful names for variables and functions. Test that a directory exists before attempting to resolve files within it. (#4325)

github.com/jestjs/jest - fbd07088383e456fae050ae03feaebd40de7dbf8 authored over 7 years ago by Tony Valderrama <[email protected]>
Fixes Troubleshooting Doc (#4320)

* docs: adding debugging info to troubleshooting doc

* docs: adding config to attach debugger...

github.com/jestjs/jest - 482af99dea86ccbfe23ac96bc692a914d2ef0e8d authored over 7 years ago by Matt Morgis <[email protected]>
Run update method before installing JRE on Circle (#4318)

* Change crowdin install method

* Save the repository definition

* Another try

* Anothe...

github.com/jestjs/jest - c77407064f9a4e5c9a04dd790874e2d8b0e1e5f9 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Added about debugging in WebStorm (#4317)

github.com/jestjs/jest - 6746339bdb0046f076508a1e2416ce909f3e93a8 authored over 7 years ago by Ekaterina Prigara <[email protected]>
Feature/internal resolve (#4315)

* Pull resolve.sync code directly into default_resolver. (incomplete)

* Strip out extraneous ...

github.com/jestjs/jest - 4a8b767868ad6570650891ffd62c772ce9ba4d2f authored over 7 years ago by Tony Valderrama <[email protected]>
Docs Typo (#4313)

* docs: adding debugging info to troubleshooting doc

* docs: adding config to attach debugger...

github.com/jestjs/jest - ea37e10b9a27930e9df4f1590122e4ea03e87ba9 authored over 7 years ago by Matt Morgis <[email protected]>
Implement 'jest.requireMock' (#4292)

Similar to #4260

github.com/jestjs/jest - 07855c3083ec2d59f074090bf65a915cdd31904c authored over 7 years ago by TheParadoxTurtle <[email protected]>
Correct summary message for flag --findRelatedTests. (#4309)

* fixes #4247
* added tests for findRelatedTests summary message

github.com/jestjs/jest - cb6bcbacde45246b0871ff41350f9ab14300687a authored over 7 years ago by tushardhole <[email protected]>
Updating Troubleshooting.md to include `--inspect` (#4312)

* docs: adding debugging info to troubleshooting doc

* docs: adding config to attach debugger

github.com/jestjs/jest - 90b5c05f371d7728b6cd03cc6fb86ba74b2173fe authored over 7 years ago by Matt Morgis <[email protected]>
Clarify what objects toContain and toContainEqual can be used on (#4307)

This is just a documentation change to clarify that `toContain` and `toContainEqual` matchers wo...

github.com/jestjs/jest - 57789134b208eedc98d2ab247c28b7cebe013012 authored over 7 years ago by Ben McCormick <[email protected]>