Ecosyste.ms: OpenCollective

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

github.com/jestjs/jest

Delightful JavaScript Testing.
https://github.com/jestjs/jest

Improve description line when assertion fails: part 2 (#5512)

* Improve description line when assertion fails: part 2

* Update changelog and one more snaps...

196d9b867e712dfb28b83c28ad6aea2f11f2fb10 authored almost 7 years ago
Use outputStream instead of stdout for output file (#4858)

0d1420c0a38f60da3327d421260a8c7a1b760012 authored almost 7 years ago
Fixtures / Standardize folder names (#5632)

* Standardize folder names

* Standardize folder names

* Update Manual Mocks link

* Stan...

6b5ae01c9241216a93ca589e0b2f6bc3062afc25 authored almost 7 years ago
Update node_modules_path to resolve symlinks to real paths (#5085)

* Update node_modules_path to follow symlinks

* Update whitespace to make prettier happy

*...

a6aa304d505c0688456a323f587a81e6f4363479 authored almost 7 years ago
Release v22.4.2

83a51ccc25b6bb7080792c9a851fec799a01fde2 authored almost 7 years ago
Force haste map regeneration on deserialization error (#5642)

cdd5dfea815bd043703c991dcca2051458d7ee75 authored almost 7 years ago
Release v22.4.1

52bbb26615d1d6f150082873a3346db17b158df9 authored almost 7 years ago
fix(watchman): Parallelize Watchman calls in crawler again (#5640)

f020182451e934221dedd92d2f550c55126f0985 authored almost 7 years ago
Jest got too popular (#5639)

497be7627ef851c947da830d4a8e21046f847a78 authored almost 7 years ago
update istanbul-api (#5637)

e9825d3990bd82cd0c22cebcf9f62b688cc5dc0b authored almost 7 years ago
Add how to mock scoped modules to Manual Mocks doc (#5638)

67d1e470a8de8e4332831db5a4191a4147d6410d authored almost 7 years ago
[jest-editor-support] update TypeScript definition (#5625)

* update TypeScript definition

* fix typo

* add changelog item

* add definitions from w...

1203ed6ebeffe1edb7d1aa6c9ef0bd3cde8d92cf authored almost 7 years ago
Update documentation on automocking (#5630)

4b6f8506520b17ded174a2609ec6052b6a792db8 authored almost 7 years ago
[WIP] Remove usage of `retainLines` (#5594)

* Remove usage of `retainLines`

* update changelog

* Move callsite to jest-util, add sourc...

23eec748db0de7b6b5fcda28cc51c48ddae16545 authored almost 7 years ago
add versioned documentation to the website (#5541)

* add versioned documentation to the website

* add changelog for versioned documentation

*...

6ab04b79e8f70b5f3e6a6d0d0f8874e72d73070e authored almost 7 years ago
Examples/standardize folder names (#5626)

* Standardize folder names

* Standardize folder names

* Update Manual Mocks link

* Stan...

7bcdc8c2305c06204f23da615590145c8db6f19b authored almost 7 years ago
Remove debug snapshot (#5627)

ca8910f3b2b7cd57e34ec8e2b6dea684a882160f authored almost 7 years ago
Small polish to the plugins API (#5572)

* Small update to types and rename it to BaseWatchPlugin

* Change getUsageRow to return ?Usag...

79533a90aefc94d0ee6029a7c6ab97071b2c6b1c authored almost 7 years ago
Update to docs to use yarn (#5624)

* Update to docs

* Add changelog

6ee2a14b83393c9e3e3408beb5c4848489f04cf6 authored almost 7 years ago
Add note about Node version support in README and docs. Fixes #4947 (#5622)

da908862ad5a28155ca7901f8443033e17c8d9ec authored almost 7 years ago
Provide `require.main` property (#5618)

* feat: provide `require.main` property

In tests `require.main` will be set to module from wh...

4576dd4ea448bfb2501cd1a664dca2aaa84e9187 authored almost 7 years ago
Release v22.4.0

acb7f64ba0eb1b4a7a3801a01977cf1bb2a54e72 authored almost 7 years ago
Explain manual mocking modules (#5616)

* Adjust documentation of manula mocking.

* Add test from manual mocking

* Update dock

...

9df3035829299a93579bad8cfb1db2081617ea6e authored almost 7 years ago
fix console & buffered console assert behaviour (#5576)

* fix console & buffered console assert behaviour

* add console assert fix to changelog

* ...

593d801340f93222f567576204dd32bc08272bd4 authored almost 7 years ago
fix(watchman): Overhauls how Watchman crawler works fixing Windows (#5615)

**Summary**

Watchman crawler was ignoring the `relative_path` field in the response of
a `wa...

adbd927987b7a4cbd937464ab038b6ee29d83554 authored almost 7 years ago
Add jest-serializer module (#5609)

3a2854aeca669b6cd82139de23333fa18fce7c6c authored almost 7 years ago
Avoid loading files that we know are binary ahead of time (#5612)

bea889c9d8ccb74dc148380b4ab4b649746ea0ef authored almost 7 years ago
fix: correcting a mislabeled CHANGELOG.md entry (#5614)

9c0912cf4ca66dcf720d3b37b4d36baf6f712aac authored almost 7 years ago
fix: make Errors match with ordinary objects (fixes #5359) (#5611)

* fix: make Errors match with ordinary objects (#5359)

* chore: updating CHANGELOG.md

f5879c061313f287446e43cb6f1fbd79d7cefe5e authored almost 7 years ago
url and name fix (#5608)

0b8843836fdb627b84ceab79eb170bf162a1207c authored almost 7 years ago
Optimize print calls in spy matches (#5596)

e2bb8f41c925c65ab13ad7c935692abce41cc64e authored almost 7 years ago
chore(deps): upgrade flow to 0.66 (#5602)

* chore(deps): upgrade flow to 0.66

* simplify assertionResults switch

402a6feb7a6db7124c9802901232e973458e5d4c authored almost 7 years ago
docs: link to full list of matchers in opening paragraph (#5606)

71c31d76be116764b44dff0318d5c4d7ae8300f1 authored almost 7 years ago
add a documentation note for project displayName configuration (#5600)

* add a documentation note for project displayName configuration

* add changelog

4e4a9e0fca190d0eafd4757a09eb1e3c9d35d00a authored almost 7 years ago
Make it possible to merge `transform` option with preset (#5505)

* Make it possible to merge `transform` options and preset

TBD

* Tests: Refactor tests for...

e89de4e6a9bbe72fb5ba86f254b55c9b3b220af3 authored almost 7 years ago
chore: make no-unused-vars eslint rule error (#5598)

3a8670703af15d7371d6b5ee5c2e2ec3c0bf1f46 authored almost 7 years ago
Simplify check -0 in jasmine-utils (#5592)

430aebe49e9f144d29f144f5a29482315e269e4a authored almost 7 years ago
Don't skip configured matchers for exact file names (#5582)

* Don't skip configured matchers for exact file names

* Just use one file in test

950b2e7825f872e54e9e639de64b8c7bab16642f authored almost 7 years ago
chore(website): Upgrade docusaurus to 1.0.6 (#5587)

4d4bc671297ad603cba38827f041eaef0c56f078 authored almost 7 years ago
Update discord links, lint markdown (#5586)

* Update discord links

* Lint md

* Update changelog

e4f7d84568c16f692b08c954183ca524c14eced1 authored almost 7 years ago
Simplify check for -0 in printNumber (#5581)

0285e63e903abbab9c323341e62eb68b29acd87e authored almost 7 years ago
Print deprecation warnings on CLI flags (#5536)

* Moving validate_cli_options from jest-util to jest-validate

* Warn on Deprecated Options in...

ba8a2d5ccfb96987b30d9b808bf0961eae89d67b authored almost 7 years ago
Removing the mapCoverage condition on reading inlineSourceMaps. (#5177)

* * Removed usage of mapCoverage on reading inline sourcemaps.
* Removed usage of instrument ch...

966aab60faa1b0a8cfdd51b95bcca780c68001d7 authored almost 7 years ago
Issue #5197: Add descriptive error to Expect CalledWith methods when missing optional arguments (#5547)

d065e87a2322e1b4b70e7ba9de3c24aed7a2ea72 authored almost 7 years ago
docs: add jest-mongodb example (#5571)

* docs: add jest-mongodb example

* docs: add connection.close() and remove escape hatch --for...

fcdf071955cf9ee4007226f15c91d7e483346973 authored almost 7 years ago
Update TutorialReactNative.md (#5567)

Removes redundant `import react-native`

b9b1f0d0709c2948bf5c5d198c0c54b904218b2b authored almost 7 years ago
Replace path sep for testRegex in should_instrument (#5560)

* Replace path sep for testRegex in should_instrument

so test files don't get instrumented on...

146900f5d36691ab706aafee19e747a4de6cdd71 authored almost 7 years ago
Use native trimLeft, trimRight instead of regexp (#5570)

71795a5bb07e877084ccf87f9826ba9176f65a8c authored almost 7 years ago
Optimize getting stack trace in message-util (#5569)

9d11ec4ee111df8a0925f34abb0a86e8920d59c7 authored almost 7 years ago
Use v8.serialize when available (#5565)

c35b78b7c0e6f7944b5b52392efdb09abc860570 authored almost 7 years ago
Standardize file names in integration-tests (#5513)

* standardize file names in integration-tests

- updated tests
- added to changelog

* remo...

10276f90b264f8e02b2bb3b4f619095ac63cd59c authored almost 7 years ago
Revert setRawMode on --watch quit (fixes #5028) (#5029)

* Revert setRawMode on --watch ctrl-c (#5028)

* Disable stdin raw mode in watch quit plugin (...

4ca959b041dcf6f2fe44fdebd7f86a4e0509e185 authored almost 7 years ago
Fix typo in JestObjectAPI.md (#5559)

* Update JestObjectAPI.md

small typo :)

* Update JestObjectAPI.md

84e97893cb744639a74e7ffa9d099e995bd6c4f2 authored almost 7 years ago
Optimize finding top frame in formatPaths (#5557)

1ee7df960e039a4f9033fcccfa471c1c47ccd81c authored almost 7 years ago
Fix jest-circus setup logic (#5561)

5b00d9785015f699d0207b95770916d28cf78271 authored almost 7 years ago
Use native trim instead of regexp (#5555)

c5fbd304c462e3c74c6cc5f5e7484e466c10521e authored almost 7 years ago
Release v22.3.0

5f8ad6379ac3962cc1eb9ce25eef6f3e8fc241e0 authored almost 7 years ago
fix(watchman): Fix watchman checks on Windows (#5553)

d9b4f0c78c56377ccdda1523217bb49bb0d5f2db authored almost 7 years ago
Use `cross-spawn` for running Yarn in integration tests (#5550)

* Use cross-spawn for running Yarn in integration tests

* Unlock more windows tests

* Moar...

b69ac08362aae5d23801f8b659d90e6feb4d5b5b authored almost 7 years ago
Use preinstalled Yarn on Appveyor (#5548)

* Use preinstalled Yarn on Appveyor

* Simplify config

2df9e4cc4b93abc71659c216c07d1a6c78909f0b authored almost 7 years ago
support multiple glob patterns for collectCoverageFrom (#5537)

* support multiple glob patterns for collectCoverageFrom

* add changelog for multiple globs f...

133a9a1fbfb264ff0bc6649eb08fe46641101c21 authored almost 7 years ago
jest-haste-map: fix bug where platform-specific files are removed (#5534)

* jest-haste-map: fix bug where platform-specific files are removed

* add to changelog

55c342af240a8aa1acb487a253a6ade4a8a4f4a1 authored almost 7 years ago
Add hyperlink to video URL (#5528)

As per CSS rules, video's are hidden for mobile resolutions.
This at least lets the user view t...

508f789a8eb74bfce345556945d22cc32770f863 authored almost 7 years ago
refactor: strip <rootDir> from collectCoverageFrom values (#5524)

* refactor: strip <rootDir> from collectCoverageFrom values

All values given to collectCovera...

2d2fb5bf321de937d3e304e39d37232991b5504e authored almost 7 years ago
Add watchAll flag to jest-editor-support (#5523)

* Add watchAll flag to jest-editor-support

* Add changelog

e9bf1430843a2aff5f73bb8a3c01d276ad11631c authored almost 7 years ago
Documentation for Interactive Snapshot Update (#5291)

* add changelog record for #3831

* nicer description

* new section in snapshot doc about i...

af191108302c719475aa34028a4ed46589b4cb9c authored almost 7 years ago
add methods to custom and buffered consoles (#5514)

* add methods to custom and buffered consoles

* update changelog with the console methods add...

f29c03ea0c97d97aede05b5c1a97ce04a953d3f9 authored almost 7 years ago
capitalize skipOnWindows variable -> SkipOnWindows (#5515)

09adc319e967748de424572495695a33e0e7925b authored almost 7 years ago
Scripts standardize file names: Fix file names in scripts directory (#5511)

* remove _runCommand script as there is no usage for it anymore

* rename _getPackage -> getPa...

95c7e5eee104d6e0b573ec8fcc446e78458a4cf3 authored almost 7 years ago
Release v22.2.2

c5a2ea0dbed0875caf13bd6088095a6dcf130421 authored almost 7 years ago
jest-haste-map: add test to demonstrate broken behavior for platform-specific files (#5508)

786f2956b863095313a8d727b1c85196542d1d1d authored almost 7 years ago
fix lint on website (#5506)

fc14ac8c23ceac601a7ffd927e4dffbc85501270 authored almost 7 years ago
Update users.js (#5504)

3250edcf6a4bf74e8004d63628089ecd96bb30ff authored almost 7 years ago
Adds new video page (#5497)

* Add videos page

* Remove object-curly-spacing

* Update video list

* Update siteConfig.js

b8a8b29a7df7587bc02e731d49e3909ef84469f4 authored almost 7 years ago
feat(jest-docblock): support multiple of the same @pragma (#5502)

* feat(jest-docblock): support multiple of the same @pragma

* chore: fix types

* fix(jest-...

f2ef92d2d64a63e4ceac0c0646d5c3eea83624ae authored almost 7 years ago
Ignore order on unordered Immutable.js structures (#5501)

97f030814628efe7877e6ad655bb55867268b304 authored almost 7 years ago
Add testPath to suite in jest-jasmine2 reporter callbacks (#5394)

* Add testPath to suite

* Add getTestPath to suiteFactory

* Add getTestPath to topSuite

a87514a1c2b5d9be920831a386f50a29bed98469 authored almost 7 years ago
Standardize file names: Fix file names in root (#5500)

* standardize file names in root

* Update CHANGELOG

7c398db0e7f990a8f755f88fabdb05a70f15c260 authored almost 7 years ago
Revert "Remove retainLines from babel-jest (#5439)" (#5496)

* Revert "Remove retainLines from babel-jest (#5439)"

This reverts commit 6635d93fc3813d386af...

39423619602bd5952cc8ff55dc6b6b3f341cccf9 authored almost 7 years ago
Add unique id for each worker and pass it to the child process (#5494)

efec054049928043bb61b6c66059a47ccbca324f authored almost 7 years ago
Fix Node.js 4 support (#5489)

c8d1c79b9f6e6a7532ae111546fe458471d6a8c7 authored almost 7 years ago
Release v22.2.1

9797f2362db5569aa21584461504f8c8823fc06a authored almost 7 years ago
Changelog

766ce1afe3e8bd1c0a48beb7a62c08f9791ade31 authored almost 7 years ago
Let "--all" override "--onlyChanged" (#5486)

* Let "--all" override "--onlyChanged"

* Add test

87cd2ffdd5bd7c8bf0b97dfd7adf22f29f1ca919 authored almost 7 years ago
Add changelog for move test summary to after coverage report(issue_4104) (#5487)

c9634d056ff81ec1ac59c63c3504e525807b7443 authored almost 7 years ago
Release v22.2.0

79dcdd3944105b4a4f84f69e1597fb5e4bd1f150 authored almost 7 years ago
Update website talks. (#5483)

3b78f3c63a2f6923d8c17af8c54969870a744ffd authored almost 7 years ago
Move test summary to after coverage report #4104 (#4512)

e4d03fbad32df8eb1b77ea4962de62b3275b67c7 authored almost 7 years ago
Created --notifyMode option for notifications on certain events (#5125)

* added notifyMode flag to specify when a notification should display

forgot about other noti...

1947496728db13a4f271dfef8e9b9cecdcb9ee40 authored almost 7 years ago
Add diff-sequences package (#5407)

* Add diff-sequences package

* Update CHANGELOG.md

* Replace NOT_YET_USED with NOT_YET_SET...

ad91d0a6989969d68260da48c95cbb907791bac9 authored almost 7 years ago
Improve description line when assertion fails: part 1 (#5437)

* Improve description line when assertion fails: part 1

* Replace conditional ands with defau...

8fb789c633ca12f68f3b418ba237d278d705a9e0 authored almost 7 years ago
Make lastCommit and changedFilesWithAncestor work through config (#5476)

a94d1308323cfbce239db33fb7660c4741d2e4a3 authored almost 7 years ago
jest-haste-map: fork watchman watcher from sane to enable custom features (#5387)

faf8883049d6a15e9dcf7e4cfb936e1790c9f3b1 authored almost 7 years ago
[Proposal] Watch plugins API (#5399)

* Start adding tapable

* Use test_path_pattern as a plugin

* Use test_name_pattern as a pl...

4561959c6bf5dc0bda35b81ec5a3c48a0760d70e authored almost 7 years ago
Docs: Adding Suggested Badge (#5438) (#5458)

bda02e64d4117bcc6cf80a7a7f185b5108607ca0 authored almost 7 years ago
Support deletion in process.env too (#5466)

5229f356ebe1a7516235bf9f0b288e03e6c17689 authored almost 7 years ago
Update docs (#5467)

Update Webpack URL

d6781c3589d3f6b164b93ade15f5a7b872362327 authored almost 7 years ago
Make "process.env" case insensitive in Windows (#5465)

ae3d55e6a267e7998e642687d615b1e79f7118fe authored almost 7 years ago
Add a trailing slash to the root pattern (#5464)

af09be8897a38a948b222d989bb540299d5fe497 authored almost 7 years ago
Hide interactive mode if there are no failed snapshot tests (#5450)

* Hide interactive mode if there are no failed snapshot tests

* Update changelog

a24204a761f60e51d64b3bc0fb2b227939696c60 authored almost 7 years ago