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/

Fix typo in CLI.md (#3600)

Added the missing closing quote.

github.com/jestjs/jest - b72cd6c95335151e723c0a4b57273bce0e519630 authored over 7 years ago by Alexander Chudesnov <[email protected]>
[docs] Fix regex for ReactNative transformIgnorePatterns (#3596)

* [docs] Fix regex for ReactNative transformIgnorePatterns

The current example doesn't matche...

github.com/jestjs/jest - 79e9a288ec43ff5481898d945abb45a8adeee8ff authored over 7 years ago by Eli White <[email protected]>
[Editor] Ensure that the check for settings always returns (#3591)

github.com/jestjs/jest - 709db1eb2af35610cd88acb82fd9716dc9f8ac4b authored over 7 years ago by Orta <[email protected]>
[Dev] Improves the VS Code default settings, and recommends some extensions which cover the features of the codebase (#3592)

github.com/jestjs/jest - 5299fd8310551e299c59315744ed182a4a0d52a9 authored over 7 years ago by Orta <[email protected]>
Update Changelog

github.com/jestjs/jest - 55e193c6f669686484e9179babe98af7aef79805 authored over 7 years ago by cpojer <[email protected]>
Revert setting stack to empty string (#3589)

github.com/jestjs/jest - 93ea19f07925e68543f4597a8916726ef17d0ec5 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
(docs): clarify clear vs reset mocks (#3579)

github.com/jestjs/jest - 2b79ca0a935f8479819c0c61f665d6ee5fd79226 authored over 7 years ago by Jack Franklin <[email protected]>
Windows watch mode fix (#3563)

* Fix interactive watch arrow selection on Windows #3516

* Refactored fix for #3516 to use re...

github.com/jestjs/jest - d53f7c09e84754063b592d153f6f68ce90eb0f3e authored over 7 years ago by Scott Ranger <[email protected]>
Empty stack for ValidateError (#3587)

* Empty stack for ValidateError

* Fix indentation in reporter validation errors

github.com/jestjs/jest - 2a0001d36b5b75be94bffcc8727a468921a94ee3 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
docs(gettingStarted): add Yarn install (#3588)

* docs(gettingStarted): add Yarn install

cc @cpojer

* Update GettingStarted.md

github.com/jestjs/jest - ce6123fcaa2ce75c40722ec3c2e645306c04e740 authored over 7 years ago by Haroen Viaene <[email protected]>
Update fetchCurrentUser-test.js (#3582)

Changing current example (jQuery test) for simplify the understanding

The motivation for this...

github.com/jestjs/jest - 6cf16f19ed817a926d3003315fb4dcb5adb92e40 authored over 7 years ago by Leonardo Souza <[email protected]>
Fix reporters: default config (#3562)

github.com/jestjs/jest - 5f9c1f93ef88a2bc5c41c01613c5a0a03197b1d5 authored over 7 years ago by Andrew Sutton <[email protected]>
Normalise all version of react (#3566)

github.com/jestjs/jest - 4ec05b6ae5120d79050b4891cd8aa8264c9375d9 authored over 7 years ago by Simen Bekkhus <[email protected]>
Audit @flow and "use strict" (#3451)

* Remove 'use strict' from all files

* 'use strict' removed from pacakges' sources
* Strict ...

github.com/jestjs/jest - 9b157c3a7c325c3971b2aabbe4c8ab4ce0b0c56d authored over 7 years ago by mpontus <[email protected]>
Updating docs for `.toEqual` (#3556)

* Updating docs for `.toEqual`
Fixes #3529

* Update ExpectAPI.md

github.com/jestjs/jest - 6a121168a72ab36e89f8c153714b93b262cbee6b authored over 7 years ago by anraka <[email protected]>
coverage threshold integration test (#3557)

github.com/jestjs/jest - bb977d4ef1f7b355b8c4cb762f2adce08623011c authored over 7 years ago by Dmitrii Abramov <[email protected]>
Failure when coverage threshold not met (#3554)

* Return failure when coverage threshold isn’t met

See: facebook/jest#3520

Fixed async cal...

github.com/jestjs/jest - 3256e151843321be44445d96b120613d7825aa14 authored over 7 years ago by andrefarfetch <[email protected]>
fix PACKAGE typo (#3551)

github.com/jestjs/jest - e4db4047a5b5b8173344ac979bb17a2a96dc11e5 authored over 7 years ago by Oscar Morrison <[email protected]>
Remove redundant eslint max-len overrides (#3548)

github.com/jestjs/jest - 4ab665bcd45b01a7873ed65e7294555b5e975730 authored over 7 years ago by Simen Bekkhus <[email protected]>
Use eslint-plugin-import (#3423)

github.com/jestjs/jest - 73368b1a621f0fcc008abe8d3c619d4193df3396 authored over 7 years ago by Simen Bekkhus <[email protected]>
Changelog for 20.0.1

github.com/jestjs/jest - 605ab7f3a09273a11baea3c13e697263b8a9c1aa authored over 7 years ago by cpojer <[email protected]>
Support absolute path to custom extension through haste package (#3537)

github.com/jestjs/jest - 0e2de999457fa1477530a735908946a828ca48ef authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Fix showConfig test not to include the current Jest version (#3546)

github.com/jestjs/jest - b6dcccb9a20eab3aad002a4786da38ecb765c7c5 authored over 7 years ago by Christoph Pojer <[email protected]>
expect.hasAssertions should throw when passed arguments (#3526)

* `expect.hasAssertions()` should not allow useless parameters to limit
confusion with `expec...

github.com/jestjs/jest - 01967493c34874da4d092c7e7b422f0f807c0023 authored over 7 years ago by Alex Robertson <[email protected]>
Mention that .babelrc might by cached (#3545)

github.com/jestjs/jest - 1b1f48d2690618cfb8ec67e197dc9c45e4c8700e authored over 7 years ago by Kevin Weber <[email protected]>
Support stack traces without proper message (#3513)

github.com/jestjs/jest - aa7745febadb7d3f82497d0b4d12b81ac6d7f56c authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Reset context between test functions (#3506)

github.com/jestjs/jest - a9a322fa1afd97bef5117819bbbac9e810ae1169 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Add missing yarn lockfile for jest-cli (#3502)

github.com/jestjs/jest - 3d2827c91b0cd75008fd57cc69176afd5a63b45e authored over 7 years ago by Simen Bekkhus <[email protected]>
Fix broken docs/en links (#3507)

github.com/jestjs/jest - 9ec48830e62c7fdc3671aaa490227052f4386a41 authored over 7 years ago by Martin V <[email protected]>
Exposing the localized tagline as the page's title (#3544)

Manually merging the single file change.

github.com/jestjs/jest - 6b5eb813876043df318deae70a5ea9479e62bc46 authored over 7 years ago by Eric Nakagawa <[email protected]>
Replace <rootDir> in testMatch and moduleDirectories (#3538)

github.com/jestjs/jest - 12321fdd51ad26f4c30864c77e9edad2cb1859c1 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Enabling Portuguese Brazilian (#3539)

đŸ‡§đŸ‡·â€ïž!

github.com/jestjs/jest - 0717c53c358bacca2a6d0db2db1a614f57235f20 authored over 7 years ago by Eric Nakagawa <[email protected]>
Adding Giant Machines to the Companies that use Jest (#3533)

* Update siteConfig.js

* Adding in the Giant Machines logo

github.com/jestjs/jest - 6a9cb87d1a913e91e81be16b41185195d013f8e9 authored over 7 years ago by Roy Yang <[email protected]>
Update package.json (#3527)

github.com/jestjs/jest - afb4f7cafa2d7dbc57dce6cee92eae6d506c521d authored over 7 years ago by MaĂ«l Nison <[email protected]>
Improve coverage test (add uncovered lines) (#3509)

github.com/jestjs/jest - 22733e46ac209f8b22b56155cbee0d0c5c28dbc6 authored over 7 years ago by Dmitrii Abramov <[email protected]>
Fix website yarn start on Windows (#3510)

github.com/jestjs/jest - 2f2f898abea6fe6e93e251d55eb99804ffd18fe3 authored over 7 years ago by Martin V <[email protected]>
Add ansi-regex to pretty-format deps (#3498)

github.com/jestjs/jest - 992e99151a720441fb00bdeb8aa4654b6cfa9b99 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Fix trailling comma (#3489)

Remove extra trailing at the last line of rules

* Trailing comma or any other violations is c...

github.com/jestjs/jest - 38d61392030eeb6aafa3f888e25558153c5b1196 authored over 7 years ago by Lufty Wiranda <[email protected]>
Jest 20 blog post and changelog adjustments (#3496)

github.com/jestjs/jest - 2a9d2daf2f320da2ce828e618b7f4ce37133bb8d authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Changes README's generated markers to html comments (#3494)

github.com/jestjs/jest - fd2f9b74a2bfde0cd720ff5915f6eb67d76ba0f7 authored over 7 years ago by Eric Nakagawa <[email protected]>
Update config snapshot (#3492)

github.com/jestjs/jest - 3cee3d7e8b7438d137ca719de5f968d3d3f09266 authored over 7 years ago by Simen Bekkhus <[email protected]>
Jest 20 (#3490)

* Jest 20

* v20.0.0

github.com/jestjs/jest - a9fdec85651c5ed5d9fc67d11317aa12ba0663e1 authored over 7 years ago by Christoph Pojer <[email protected]>
Resolving race condition in website build process for localized base folders (#3486)

Merging into mater to get website up!

github.com/jestjs/jest - 7b4e7e605015728d7c61395bb03c65f5ff0574f2 authored over 7 years ago by Eric Nakagawa <[email protected]>
Added an injection step into translationPre.js that will only require available translation files (#3475)

Refactored how generate works to now call translatePre.js, translate.js, and convert.js

Fixed...

github.com/jestjs/jest - 6f4a0013d44f219d6d53b1392b72a103977cdd70 authored over 7 years ago by Eric Nakagawa <[email protected]>
Fix findConfig for `cd ../; jest --projects jest`. (#3485)

github.com/jestjs/jest - 2e1e1f15b08fc8a693b954c7a703ed41567b2c88 authored over 7 years ago by Christoph Pojer <[email protected]>
Fix TestSequencer to use proper cache object. (#3481)

github.com/jestjs/jest - 492755bb0e075611bd9dda3e066822066d1a56ad authored over 7 years ago by Christoph Pojer <[email protected]>
fix navigation related issue (#3482)

github.com/jestjs/jest - d80bbbfc91cdd0967225b8ca965ddf0266e41ca8 authored over 7 years ago by tomasz stryjewski <[email protected]>
Fix pagination page not found (#3480)

github.com/jestjs/jest - 92ffecb6a76fbb30efef99c6a3b8bc0476db775f authored over 7 years ago by Roman Masyhar <[email protected]>
jest.config.js integration test (#3477)

* jest.config.js integration test

* Minor fixes.

* Fix traversal when looking for a config...

github.com/jestjs/jest - 854022542cdf58a3b6401d92a2f4edaab2cedc36 authored over 7 years ago by Dmitrii Abramov <[email protected]>
Refactor HTMLElement plugin (#3479)

* Refactor HTMLElement plugin

* Make the test even more descriptive

github.com/jestjs/jest - 89f6fbab86761521ebfc62ad6d155d398f31be0e authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Reorder docs sidebar.

github.com/jestjs/jest - 9ed1fe4444451b934eea9cbbb99f1f240bb3fe40 authored over 7 years ago by cpojer <[email protected]>
Add babel-transform-runtime to browser builds (#3476)

github.com/jestjs/jest - 4b91e92e311f8b06e06941cbee461da5fec1029f authored over 7 years ago by Kenneth Skovhus <[email protected]>
Improve and consolidate config resolution. (#3472)

github.com/jestjs/jest - e9e77726185d63789a3f50b3a299a1866251bf6c authored over 7 years ago by Christoph Pojer <[email protected]>
Add “Watch Talks” to the Jest website. (#3473)

github.com/jestjs/jest - 6cca1f9c07d628edfac4799c6596faa711d96a0f authored over 7 years ago by Christoph Pojer <[email protected]>
Fix drop down box on mobile and web (#3474)

github.com/jestjs/jest - 3c9400dbf9da75df87af203c859656de5917259e authored over 7 years ago by Eric Nakagawa <[email protected]>
Add arrows selection to typeahead (#3386)

* Add typeahead arrow selection

* Handle max typeahead max offset

* Add tests for scroll l...

github.com/jestjs/jest - 829531fc5d0af46253178fe2fa4ddcd2f9f10f00 authored over 7 years ago by Rogelio Guzman <[email protected]>
Expose `this.equals` to custom matchers. (#3469)

github.com/jestjs/jest - 1c536f6d0931a9a9b91674b11ce5f1f1c5214b86 authored over 7 years ago by Christoph Pojer <[email protected]>
Documentation updates.

github.com/jestjs/jest - 7ccd640607f62d03187d889e87687f2d35889c76 authored over 7 years ago by cpojer <[email protected]>
Preserve folder hierarchy when uploading documents to crowdin (#3468)

github.com/jestjs/jest - 79dfafd56693803bbe2bb3607361ab8562189a6a authored over 7 years ago by Eric Nakagawa <[email protected]>
fix homepage documentation regression (#3467)

github.com/jestjs/jest - 1c9859c938bc28ffcc30de757d0feeb4003a2bc0 authored over 7 years ago by Samuel <[email protected]>
Custom Reporters docs (#3443)

* Custom Reporters docs

* Update Configuration.md

github.com/jestjs/jest - 993e64af5f7d42b618a4b485e7bd8e985eaa5a3f authored over 7 years ago by Dmitrii Abramov <[email protected]>
Do not write snapshots by default on CI (#3456)

* Better flow typings for snapshots.

* Remove `initializeSnapshotState`.

* Do not write sn...

github.com/jestjs/jest - e16431bd920b50b1318bb783df5f49100683afef authored over 7 years ago by Christoph Pojer <[email protected]>
Better browser support (#3421)

* Add support for building es2015 versions of packages

* Build ES2015 versions of relevant pa...

github.com/jestjs/jest - bd8b0715d10c184ceb0e5a9d3d4ac85bdd3be7b6 authored over 7 years ago by Kenneth Skovhus <[email protected]>
Use prettier 1.3.1 (#3460)

github.com/jestjs/jest - bb72d065743dc973ab42447777419644db996920 authored over 7 years ago by Simen Bekkhus <[email protected]>
Move Language drop down to left of Search Bar (#3459)

github.com/jestjs/jest - ac8811c8514ef5b8f99adcc6f76997b1297f020d authored over 7 years ago by Eric Nakagawa <[email protected]>
Default to current title stored in document front matter if a localization option is not available or missing (#3455)

github.com/jestjs/jest - 6d43361a5da45f2550a1e9e59f48bced710937f0 authored over 7 years ago by Eric Nakagawa <[email protected]>
Fixed typo (#3454)

The unit_engine option should be unit.engine

github.com/jestjs/jest - 82fc312c4f5e56691531b9224edd36b6fbd3536d authored over 7 years ago by Takikawa <[email protected]>
Better types for Config and Argv (#3450)

* Stronger types in jest-config.

* Better typing for Argv.

* Explicitly pass empty argv in...

github.com/jestjs/jest - c89381be6e9762724da1c850d4d1f7b18c7621d7 authored over 7 years ago by Christoph Pojer <[email protected]>
Fix watch not being normalized (#3448)

github.com/jestjs/jest - 8690d6eeee6f2b2e7f9c98a3001c45d84beb5ff9 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Fix new jest.config.js behavior. (#3446)

github.com/jestjs/jest - a56d3da04498af73158cb2dd8711d20a83e816d9 authored over 7 years ago by Christoph Pojer <[email protected]>
Add --listTests flag (#3441)

* Add --listTests flag

* Fixes.

github.com/jestjs/jest - 65834c660fe167c1bfef3d82bac58ccfae623d59 authored over 7 years ago by Karol Kuczmarski <[email protected]>
Prettier 1.3 (#3444)

* Add support for `jest.config.js`.

* Update to Prettier 1.3.0.

github.com/jestjs/jest - 7b6597fefaf693a842e82d4b185aa9f24d34062a authored over 7 years ago by Christoph Pojer <[email protected]>
Removes language files and disabled all languages except English (#3440)

github.com/jestjs/jest - a3a28f6a8b8c2728d7d7f25d4241206e22ae6697 authored over 7 years ago by Eric Nakagawa <[email protected]>
Refactor setting config from argv (#3424)

* Rename setState to updateArgv

* Add Argv type

* Remove unnecessary argv.help check

* ...

github.com/jestjs/jest - 062edb0a7c6fa4553e6fa2c981a3a8647661e0f9 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Custom reporters (#3349)

* Custom Reporters

this error is not letting me lint 100% safe

Reporter config 3 (#2)

*...

github.com/jestjs/jest - 4a99428744645106441408f1972bf1c7445a2687 authored over 7 years ago by Dmitrii Abramov <[email protected]>
Improve TS instructions (#3414)

The regex for TS transformer in the doc is too broad. For example, I set
the regex to `".(ts|ts...

github.com/jestjs/jest - 643d9a85aeed734aa694aec45bb9c3f1c1f4a96f authored over 7 years ago by Huy Nguyen <[email protected]>
Add Localization Support for Jest Website (#3416)

* Adds a link to CrowdIn project from language drop down

* Adds comments to generated files
...

github.com/jestjs/jest - 62d29f263663ddfd5caabd14701ac32ab197c283 authored over 7 years ago by Eric Nakagawa <[email protected]>
Add projects option, rename initial config to options. (#3400)

* Add projects option, rename initial config to options.

* Add test

github.com/jestjs/jest - 909da5289a2b801c8334a3d22e704c4352c8bbf7 authored over 7 years ago by Christoph Pojer <[email protected]>
Exclude conventional-changelog-core from flow typecheck (#3434)

github.com/jestjs/jest - 26a63f411a10e70b85254b51f5736f830110d7e1 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Update promise docs (#3201)

* Update docs on promises

* Remove promises from `expect.assertions` and `test`

* Keep doc...

github.com/jestjs/jest - 5749d38e0645eac54960c8cf2a8eb83b3459ffbe authored over 7 years ago by Robin PokornĂœ <[email protected]>
Update Lerna and packages locks (#3433)

* Update lerna and packages locks

* Remove bootstrap script

github.com/jestjs/jest - 4e6ebd02e764202dc4b5d3f149c7327d69061ba5 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Add snapshot testing FAQs (#3425)

* Add snapshot testing FAQs

* Update SnapshotTesting.md

github.com/jestjs/jest - d8df88f5ad83dd49fc99845fab011c5f9dfb1c07 authored over 7 years ago by Michele Bertoli <[email protected]>
Updating documentation for jest-cli regarding `.babel` transformation (#3422)

* Updating documentation for jest-cli regarding `.babel` transformation without explicit install...

github.com/jestjs/jest - 56d3f59868792c6f9fa7338560faba7777a76b7c authored over 7 years ago by anraka <[email protected]>
Add flow to uncovered files (#3418)

github.com/jestjs/jest - 46214fbe59f58177d15607cd53ea075fb8794f16 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Adding strong typing that passes flow type checks in one file and a p
 (#3393)

* Adding strong typing that passes flow type checks in one file and a prettify update to another...

github.com/jestjs/jest - 0817d6463278bf9c10be9b9f7bd9555d79d0be0a authored over 7 years ago by Amanda Strickler <[email protected]>
Adding .hasAssertions to expect API (#3379)

* 1. Updated docs for `.hasAssertions` API Change
2. Added test cases in `integration-tests`
3...

github.com/jestjs/jest - e56103cf142d2e87542ddfb6bd892bcee262c0e6 authored over 7 years ago by anraka <[email protected]>
Document mockFn#mockRestore. (#3345)

* Document mockFn#mockRestore.

* Add a note on restoration.

* Update MockFunctionAPI.md

github.com/jestjs/jest - 3efa3b95513a60e25e7b33349d18bb7bc87d5e99 authored over 7 years ago by Marek Suscak <[email protected]>
Update documentation from https://github.com/facebook/jest/pull/3356

github.com/jestjs/jest - bd8cf9cd6d09cae523878d417de76f1247b4a26b authored over 7 years ago by cpojer <[email protected]>
Support text and comment nodes in html pretty printing (#3355)

* Make sure pretty-format expect util has correct context

* Support comment nodes in html pre...

github.com/jestjs/jest - 5d5e21350f4c22e2b5d86556bcb44694fdd824a8 authored over 7 years ago by Simen Bekkhus <[email protected]>
Fix coverage for untested files. (#3411)

github.com/jestjs/jest - 79203df7f6217ae5c301455c21c1f547450468f1 authored over 7 years ago by Christoph Pojer <[email protected]>
Add warning about setup file and mocking (#3412)

github.com/jestjs/jest - ff4817878b240b1544d51332654f066e0ff94673 authored over 7 years ago by Edo Rivai <[email protected]>
Fix toHaveProperty() to use hasOwnProperty from Object (#3410)

github.com/jestjs/jest - 8f4fe1e1002998de8da979f92915ddf739ba608b authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Parallel coverage (#3407)

* [CoverageReporter] Parallelize instrumentation of untested files.

This changes the coverage...

github.com/jestjs/jest - acbb9071458ed012c6ffce44f68af70db52c38ac authored over 7 years ago by Dmitrii Abramov <[email protected]>
Fix snapshot serializer require, restructure pretty-format. (#3399)

* Fix snapshot serializer require, restructure pretty-format.

* Add a test.

github.com/jestjs/jest - 53bea61d45ccd627b5a8235c6b8d277adf80a440 authored over 7 years ago by Christoph Pojer <[email protected]>
Bump flow to 0.45 (#3408)

github.com/jestjs/jest - 33dceab47854bad3d048aeb93f127fea47182643 authored over 7 years ago by MichaƂ PierzchaƂa <[email protected]>
Revert Localization effort (#3404)

* Revert Localization effort

* Reran prettier

* Revert dangerfile.js

* Reverting README...

github.com/jestjs/jest - 27b53ca4fe0e72009bfadd0eb4fd7d6b8f88fea2 authored over 7 years ago by Eric Nakagawa <[email protected]>
Stricter types for dynamically required modules. (#3398)

github.com/jestjs/jest - e3d33142e7ddc3a1b3a7831b5d8c1cd23991f3d2 authored over 7 years ago by Christoph Pojer <[email protected]>