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

Fix requireActual of node module (#7404)

bfdd4e1b20c10b38fc5a03ab4eb323bdb6b180d6 authored about 6 years ago
chore: fix test on windows

c5fa3875af14439c3cfad5391439a09c773a735f authored about 6 years ago
chore: update coverage snapshot

6f91e0e0d210632e8235831979d7c356d95d61cf authored about 6 years ago
Update TestingAsyncCode.md (#7478)

50de6ec88cbcd1ed2e25329cbbe4e4ba5a190099 authored about 6 years ago
pretty-format: Omit unnecessary symbol filter for object keys (#7457)

bf2f3d2660b4b7a367b682b285775b9644033e05 authored about 6 years ago
expect: Return false from asymmetric matchers if received value isn’t string (#7107)

a733592622c7053dc0e61bb0010d453f1080b55f authored about 6 years ago
chore: print info about passWithNoTests flag (#7309)

02aee62ae83aaa940d7ed6ac1b419714c113bf64 authored about 6 years ago
Incorrect empty file coverage (#7388)

f7f65bf66b064433ef19e83e179c65cc4e23f637 authored about 6 years ago
Remove stray logo from homepage (#7088)

1dd4949dd65bf0b52b42931ae12ba955c40b36b2 authored about 6 years ago
expect: Test more precisely for class instance getters (#7477)

950997e7348bf85a3a07b6f1a6a92dd8cd324d15 authored about 6 years ago
Allow environment to transform test scripts (#7454)

a6eff76508816ca71512d65020406e842cd7baa3 authored about 6 years ago
Fix mistake as test files when run coverage issue. (#7506)

6488fb7ae2bd234f6c39b880cd33ae32bc3cda95 authored about 6 years ago
[jest-each] Use array.push instead of array.concat (#7525)

891cdb46551eac00d6623ef1149511971fd80781 authored about 6 years ago
avoid ANSI clearScreen (#7523)

* avoid ANSI clearScreen

clearScreen is quite aggressive and can e.g.
brick the user's shell...

00603d1cae3f0ddb621694f4b77d18f2c2dbc0e4 authored about 6 years ago
fix: TestScheduler now take in count the runInBand config (#7518)

* refactor: review - check for runInBand via worker count in test scheduler watch mode case

*...

3c7b110c266e7dcf5e40b874631d5c103b15cfc4 authored about 6 years ago
Revert "chore: fix failures e2e test for node 8 (#7446)"

This reverts commit aa98878e8ee09b4c133a7793c5e42925fb0a9018.

85890f273d7dc7ae73435d11c72958b502cbd318 authored about 6 years ago
chore: updated snapshot (oops)

8162bc9eba207ab80eb0949ed31b32662450f719 authored about 6 years ago
chore: move prettier overrides to prettier config

a98ca37086c9d02ce113c5047ab63bfe1022f3a1 authored about 6 years ago
Instantiate test environment class with current test path (#7442)

9208ac637bcf90e2232204a4d6006c5d7dbec08e authored about 6 years ago
handle typescript by default (#7533)

c7caa7ba5904d0c61e586694cde5f536639e4afc authored about 6 years ago
TravisCI: Remove deprecated `sudo: false` option (#7491)

c1d3de5e315d4dc01acfe33abd7de4fe7d4591ea authored about 6 years ago
expect: Improve report when assertion fails, part 4 (#7241)

* expect: Improve report when assertion fails, part 4

* Added snapshot test for toHaveLength ...

21733c3b380e9c512e78cc3b0b8b18c04f4d8da8 authored about 6 years ago
Fix missing console log output in verbose mode (#6871)

* fix missing logs

* calculate FORCE_COLOR

* always force_color=0 from runJest

* strip ...

b21ab212cce7b74519d532715450574d5c956054 authored about 6 years ago
Add `jest.isolateModules` for scoped module initialization (#6701)

* First iteration of withResetModules

* Make withResetModules "not async"

* Reimplement wi...

873c641c5b9fb0f4c87a0cb1a57e7463c557a9bf authored about 6 years ago
Migrate to Babel 7 (#7016)

1818d84b2cf20ecb8db2215b3ad6b5e397ab2673 authored about 6 years ago
docs: changed "Great Scott!" link (#7524)

54f4d4ebd3d1a11d65962169f493ce41efdd784f authored about 6 years ago
Use reduce instead of filter+map in dependency_resolver (#7522)

2dbd6275906ab1df27e444aa22dd2646702cf2df authored about 6 years ago
Update Configuration.md (#7455)

045e40757356ad26856c5e652583f8bb5f1bf500 authored about 6 years ago
Support dashed args (#7497)

* added dashed arg support to fix #7424

* update docs & changelog

* fix dashed arg support...

700e0dadb85f5dc8ff5dac6c7e98956690049734 authored about 6 years ago
Allow % based configuration of max workers (#7494)

* Allow % based configuration of max workers

* Add pull ref

* Whoops, copy and paste

* ...

df782554a274db1345d064945fb35368e6f8b811 authored about 6 years ago
chore: Standardize filenames: jest-runner pkg (#7464)

* renamed 'run_test.js' to 'runTest.js' and updated imports

* renamed 'test_worker.js' to 'te...

509272d773568e61ba60db845cec67ff2f1418c7 authored about 6 years ago
allow `bail` setting to control when to bail out of a failing test run (#7335)

3e805bc082c8da90c33a4dff9d3e1b0804a4386d authored about 6 years ago
Add issue template labels (#7470)

* Add issue template labels

* Lint

6a2237d5774356b0ce074b3b7b642ef5cda2c1c7 authored about 6 years ago
chore: standardize filenames in e2e/babel-plugin-jest-hoist (#7467)

24d82f0f64c3fa0769b52b47e3041b527d425053 authored about 6 years ago
Add node worker-thread support to jest-worker (#7408)

* Restructure workers (create a base class and inherit from it)

Clean up types, create missin...

a169b279097b0275209da1bdd1146a6d1ee884fa authored about 6 years ago
Add `testPathIgnorePatterns` to CLI documentation (#7440)

053b74128d7dbff8ad423e85ff45ea167c23f192 authored about 6 years ago
pretty-format: Omit non-enumerable symbol properties (#7448)

* pretty-format: Omit non-enumerable symbol properties

* Update CHANGELOG.md

* Correct CHA...

36bb142285a83fe08b1da50790373443ab9bbe43 authored about 6 years ago
Add Jest Architecture overview to docs. (#7449)

90132f58977e7eca73e5ed63f0e37b225e1cad8e authored about 6 years ago
chore: run appveyor tests on node 10

c7d3870df8f670accb41082b2f2164bc3828271e authored about 6 years ago
chore: fix failures e2e test for node 8 (#7446)

aa98878e8ee09b4c133a7793c5e42925fb0a9018 authored about 6 years ago
chore: update docusaurus to v1.6.0 (#7445)

8b6add287f802d2d2676552b4c68a47c579f9148 authored about 6 years ago
Enhancement/expect-to-be-close-to-with-infinity (#7444)

* toBeCloseTo works properly when comparing with Infinity

* CHANGELOG update

* Linter issu...

624ac56606e0989c1a2202a02e652cf76df68ded authored about 6 years ago
Update CHANGELOG formatting (#7429)

* Update CHANGELOG formatting

* Dedupe

9671afa303b76a4a6777044b8309ca31625f5d95 authored about 6 years ago
Fix Custom Matchers API example message property (#7426)

* (fix) message should return a function

message should return a function and not a constant
...

0b3a64502b56d7fb2f3691110c406c194864e0d2 authored about 6 years ago
Fix: prettierPath not working via config file (#7412)

* removed default value of prettierPath from argv

* updated snapshot for show_config

* upd...

b502c07e4b5f24f491f6bf840bdf298a979ec0e7 authored about 6 years ago
Fix typo in docs. (#7414)

7a047f4826aa3bd24ac3399caa45a8b88033a393 authored about 6 years ago
Clearify conditional setting of NODE_ENV (#7387)

fixes #7369

c01b4c75a2f65e9fa122adf69b0ac11875f1fc74 authored about 6 years ago
fix: only set error codes when they are non zero (#7363)

* fix: only set error codes when they are non zero

I'm working on an internal CLI that runs j...

b3c10cbc204e77d5b9d3e86f37fd9b7c4026d42e authored about 6 years ago
Update Webpack.md (#7386)

* Update Webpack.md

For some reason current order doesn't work if .css file imported using on...

4b9082e6065128f1e71c86a4ecfbf6238c295724 authored about 6 years ago
Update lerna.json (#7390)

72026bf23be5c132273405915db85fd76064bca4 authored about 6 years ago
chore: upgrade prettier (#7336)

993bc5c5f2cf8e3bb65c810b1f729a32d6874b75 authored about 6 years ago
Improve dependency extractor (#7385)

* Refactored dependency extractor

* Refactored dependency extractor test

* Update changelo...

819cae5f18b6dc99c16ee2fc4e2df4a93b782290 authored about 6 years ago
include npm command in addition to yarn command (#7371)

* include npm command in addition to yarn command

The page starts out with both `yarn` and `n...

7b62b080ba304128a058281d7c3a3165f3fd283d authored about 6 years ago
Add check for copyright headers (#7370)

b7ee7bd324ea7aee5a7998a86e533304384150a8 authored about 6 years ago
chore: Standardize file names in packages/jest-worker and packages/pretty-format (#7316)

* Rename jest-worker woker

* rename in pretty-format/src/plugins/lib/escape_html.js

* Upda...

06bf664843fdf39007f432d85a5a0b22e438188a authored about 6 years ago
Add react testing library example (#7346)

* docs: add react-testing-library example

* chore: rename test files to match comments in doc...

5b7c75d4c36f60578ef29175cac09901eefb613d authored over 6 years ago
Accept getCacheKey for dependencyExtractor and hasteImplModulePath (#7350)

49d08403a941e596eda1279c07a1eaf4d4a73dad authored over 6 years ago
Use namespace for dependency extractor (#7349)

213d8e5c22497a5b8730fbeec1d02b807956626e authored over 6 years ago
Add computeSha1 option (#7345)

2c18a53e8ff2437bba5fcb8076b754ac5f79f9f8 authored over 6 years ago
chore: upgrade eslint-plugin-jest

af33d14e777c9fb51b89ab9562ecfd50d3c11c2f authored over 6 years ago
Add PR welcoming badge (#7340)

46914f837bce5d9b18ee228177b20f2e893fd42e authored over 6 years ago
Fix coverage reporter name in changelog

b44e7f289db43729bd2d75030e45b17b116c5553 authored over 6 years ago
Mark change as breaking in changelog (#7343)

62d3d2e08fe52f960146014ddbd066341507442c authored over 6 years ago
Fix duplicate module detection (#7333)

* Fix duplicate module detection in haste map

* Fix failing test due to differences in contexts

2b18a2633e06077d230f8747a32c9da18525bda3 authored over 6 years ago
Fix recovery of haste collisions (#7329)

fa0e81443a5b97281f1d1c22a0b857c289a004ad authored over 6 years ago
handle objects with no constructor in hasOwnProperty (#7334)

* handle objects with no constructor in hasOwnProperty

Closes #6730

* update changelog

48596004725ecbdccea921fb9c6d5af45cf96c5d authored over 6 years ago
fix: get relative path in haste map (#7324)

* fix: get relative path in haste map

* CHANGELOG

9812e1b095861dcf992a32a2af137b67deec88fc authored over 6 years ago
Improve message/stack parsing for Babel code frame errors (#7319)

Previously, _addMissingMessageToStack decides not to add in the message to what we display, beca...

f2b51c1d9cb3e5d8b99e015601ca71f277b616aa authored over 6 years ago
Make getFileIterator() return relative paths (#7321)

322efc3512ddaa117de6cc7d63d5341c8fdc85ed authored over 6 years ago
Update MongoDB.md (#7305)

dd6f79b66c7b9b90857d3a372c53df7f1b09d0c6 authored over 6 years ago
Add support for custom dependency extractors (#7313)

223c3dbc4b2c4a48ff3b3b840b550e874906b9b4 authored over 6 years ago
fix: unable to resolve path to mapped file with custom platform (#7312)

f9fd98fd4e38978e96a86f1c8796593cad7ac470 authored over 6 years ago
Update naming convention in jest-watcher (#7315)

<!-- Thanks for submitting a pull request! Please provide enough information so that others can ...

29ae86820eb0e53ef48a57cafac0fe50b2160c86 authored over 6 years ago
Fix bugs with mock/spy result tracking of recursive functions. (#6381)

bb9efac6c0e5fa3e487d80a639658c29044e081c authored over 6 years ago
feat: upgrade Flow to 0.85.0 (#7303)

b5310c1a41debd5f37108b3b8fd117a84d2c95bd authored over 6 years ago
Standardize filenames in packages/jest circus (#7301)

* Rename event_handler -> eventHandler. Function & Mocks

* Rename error_handlers -> globalErr...

2f32100c0e8ae04dc24da25f0713c004bb6b2c51 authored over 6 years ago
Standardize filenames in packages/expect (#7306)

<!-- Thanks for submitting a pull request! Please provide enough information so that others can ...

968ddc416ae52f15e15ed1e64b0196f44c3dabde authored over 6 years ago
[WIP] [jest-validate] Add config comments feature (#7295)

fb61bfffb803bad0c2ff9ab1798a6c4c31cb14fa authored over 6 years ago
[jest-each]: Add empty string/array validation check (#7249)

* Add empty array check to jest-each

* Add changelog entry

* Add empty string check to jes...

51e68e7df4d673a49a50a794ebd2c45c8294a46a authored over 6 years ago
Remove duplicate doc entry (#7297)

5cdfc22af486e8ef8fcf9ce1c5464c998d33d5c7 authored over 6 years ago
Update toStrictEqual failure message (#7224)

## Summary

This pull request updates the failure message returned by toStrictEqual so that it...

714cb516944c74a9ed9d6eda867911b398003468 authored over 6 years ago
Standardize file names in packages/jest-resolve (#7292)

* Rename files to follow facebook's conventions

* Rename files to follow facebook's conventio...

682afa9875029c7faa0c27b59e8905d7780fc500 authored over 6 years ago
Standardize file names in packages/jest-util (#7293)

* Rename files to follow facebook's conventions

* Rename files to follow facebook's conventio...

b69780d17187e537b099fcefcab61eefeba5f1e6 authored over 6 years ago
Standardize file names in packages/jest-validate (#7294)

* Rename files to follow facebook's conventions

* Rename files to follow facebook's conventio...

5054cc1268977f69c435a20f09c5386c4cc95d1f authored over 6 years ago
Standardize file names in packages/jest-jasmine2 (#7290)

## Summary

This is part of #4969 - standardizes file names in packages/jest-jasmine2 under F...

5a624d414ba0c4063b25199b16c2953de01fa55a authored over 6 years ago
Add shorthand for watch plugins and runners (#7213)

c22d9f584627a1ae6c476d44f10c3c186b480722 authored over 6 years ago
chore: remove long-deprecated timer globals (#7285)

e41f0bb257c6652c3100b97a1087f9f812fbea0d authored over 6 years ago
chore(docs): re-arrange Jets object docs into sections (#7278)

251c2953d788031e36ad64c088d6947dec19ee84 authored over 6 years ago
chore: remove flow annotation from setupfile

d481defb350947eba0ebb0e597f7c67e13fd6159 authored over 6 years ago
Add correct testURL default in docs (#7277)

a0d2404a52cf1d06ac6993530286b01c7a9a44b6 authored over 6 years ago
Adding copyright headers to e2e/override-globals/setup.js (#7273)

'nuff said.

9db529ed804ed76411374b252389bd0b58d5d1d0 authored over 6 years ago
Remove unused jest-docblock package from jest-haste-map (#7269)

4941a974e303db63e6ee5832f3737e69a138de18 authored over 6 years ago
fix: require Node.js 6+ for all packages (#7258)

c5e36835cff4b241327db9cf58c8f6f7227ed1f7 authored over 6 years ago
Standardize file names in packages/jest-haste-map (#7266)

b8619f865fda3b89b05e2e629fb9cce2ed919e35 authored over 6 years ago
fix: display test duration even if time is mocked out (#7264)

e21ae1188dea8bf78504054dde6074f507beb01c authored over 6 years ago
chore: upgrade docusaurus

dc9e68e36332e6c8ddbda07da03c25c32de2029b authored over 6 years ago
Add remaining copyright headers (#7263)

f524e3a2ab0a7e68ac85c6787bda894f648bbf33 authored over 6 years ago
chore: add babel plugin to make sure Jest is unaffected by fake Promise implementations (#7225)

187ca9ea2cea52e7aec444677101d638ef7c095f authored over 6 years ago
Revert #7074 (#7259)

561b767b2db1e4306fefb310e3a7cc5e2e42d874 authored over 6 years ago
Fix serialization issues with RegExp instances in the normalized config (#7251)

d5c74a2a6b62f50f3c54e322f8f4fa703d5c3393 authored over 6 years ago