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

Add jest to babel and ts dependency prepair. (#5201)

c12bce6595b08626b8654f3ddb50a58d33071f0c authored about 7 years ago
Git support for --changedFilesWithAncestor (#5189)

* refactor of findChangedFiles

* make --changedFilesWithAncestor work with git

* fixup! re...

1a039f957dc0b3fbb1192c7e6a459c5dcd886c6f authored about 7 years ago
Fix --testPathPattern escaping for '\\' on Windows (#5230)

PR #5054 introduced a regression when handling escaped Windows path
separators in the `--testPa...

f3fce7b06195df2a41603f8fdd30d90944486f66 authored about 7 years ago
Do not use SSH with the new publish bot (#5229)

6896ee6c7e474defdab46f59b7b7d176d334f3bf authored about 7 years ago
Small config comment change (#5225)

Testing the publishing bot after giving it write access to the repo

e25eceb8fcdefb2fc704d3fef5c6d8f126458593 authored about 7 years ago
Use docusaurus-bot for publishing (#5221)

96a44df8c07742997d7068c7b5925d1394fae0f9 authored about 7 years ago
Update translators file (#5219)

2b9e7b9054f45ad6ca9af3fdbd67303d2f118678 authored about 7 years ago
Improve documentation of `describe` and `test` ordering. (#5217)

* Improve notes on execution order of test file code

Explain that describe blocks are execute...

4eded0c1b7e2c18411000c3396585bf1b41c21b0 authored about 7 years ago
Emit stderr message type if identified (#5215)

ca5d0fc1378609bfc3d84c5cc0ffb76aa2e93e0f authored about 7 years ago
Docs: add information about --passWithNoTests flag (#5207)

c3211292cc669918f0c098135f84d20b9c1d47c5 authored about 7 years ago
Configurations.md typo: "(or) to" (#5210)

ab021342098760389bc53f40ac57bdc69248bb8f authored about 7 years ago
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 fi...

21b608c9f2ab2590e91a9f1b784f7b87548a0356 authored about 7 years ago
[docs-fix] Update Troubleshooting section on how to debug tests in VS Code. (#5195)

8549900b8e98d5cf6c9983cdd34d4a089c9f2bed authored about 7 years ago
Allow configuration object in projects array (#5176)

* Allow configuration object in projects array

* Add changelog

* Fix type of packageRootOr...

a43977281802b192b6cdb57a1dc806bdf42169d1 authored about 7 years ago
docs: globals in custom test environment (#5186)

97ee7c985bcafdc0ac203ba443a5fb791fbc3b5d authored about 7 years ago
chore(ci): add `USE_SSH=true` to circle

c3ed6cb856da51e3aa83c16948e8e4a97bb8bd89 authored about 7 years ago
chore(ci): install rsync (#5184)

9284b6b03c9efe9c7876f632d76dfa5dbeed2ac2 authored about 7 years ago
chore(website): update docusaurus to latest version (#5181)

28b93226b33dd3d06f85c5fb88a9a3783e191ca8 authored about 7 years ago
chore(package): update dev dependencies (#5175)

* chore(package): update dev dependencies

* chore: downgrade eslint

4f685d8850b6497a89e863cd5923af4a20268ddb authored about 7 years ago
docs: update changelog (#5170)

* docs: update changelog

* docs: update changelog

4f8f6fba35c1cedfb2ce3cb622831c188b221af5 authored about 7 years ago
Allowed named classes and functions as BlockNames (#5154)

* Allowed named classes and functions as BlockNames

describe can now take in classes and func...

2cb57a0a874c130253af641bc571ed5e7c48569c authored about 7 years ago
feat: add support for generator functions in specs (#5166)

* feat: add support for generator functions in specs

Fixes #2666

* docs: update changelog ...

23b7e98aefa06321f776f7e883532653d1a7bf41 authored about 7 years ago
Update condition to avoid infinite recursion in Windows platform (#5161)

* Update condition to avoid infinite recursion in Windows platform

* Update CHANGELOG.md

*...

5a378915caff6080630f550fb4cae7328c42f04f authored about 7 years ago
Release version 22.0.4

e879099db1024f106757ee55cb0e9a6935488b43 authored about 7 years ago
moduleFileExtensions extensions is now passed to babel-jest (#5110)

* moduleFileExtensions extensions is now passed to babel-jest

* Added test to show use of cus...

043a8b26aa6bc46379d5b220fa39c76edb950881 authored about 7 years ago
New line before quitting watch mode (#5158)

* New line before quitting watch mode #5150

* New line before quitting watch mode (eslint fix)

95c0e5fa92d5a9c586921de8adf3e1a2356d4605 authored about 7 years ago
Reorganize sidebar (#5155)

8c7ba7e287edad7e17d5e29bf5a23486d79d3901 authored about 7 years ago
Fix Node.js 4 support (#5142)

* Fix Node.js 4 support

* Use Babel to fix spread operator for Node.js 4

* Fix apply removal

72983d4b78de7d1745f9efb0b64a28e1121fedd6 authored about 7 years ago
Fix typo (#5140)

createProcesObject -> createProcessObject

1521c516c2cae8f4bfe41605640f273f9c17fb87 authored about 7 years ago
Patch 22.0.3

774d4576574b8cf2add08a21da76a49800c8d77a authored about 7 years ago
Patch 22.0.2

699ddcc95f285941759c2b02caf114b96f5d4560 authored about 7 years ago
Fix unofficial Node.js 4 support (#5134)

884321de5ed1c047975b232a4bcdb257f14be5a6 authored about 7 years ago
test: handle both `ms` and `s` in test timings (#5132)

* test: handle both `ms` and `s` in test timings

* test: add `$` to only match end of string

e74fbff09fc15dba224d59b029023136b22997ce authored about 7 years ago
docs(changelog): update for 20.0.1 (#5130)

e2609bb5c31768f07761823f6132a958cec9aa6d authored about 7 years ago
Patch 22.0.1

d1845116ebe818e6d945d50ad4857752758970ee authored about 7 years ago
fix(jest-runtime): only write map files to disk when `mapCoverage: true` (#5117)

* fix(jest-runtime): only write map files to disk when `mapCoverage: true`

* docs: update cha...

5b2ffb5a9d6242c46f4578ca116a13ebcb2ae44a authored about 7 years ago
Add forceCoverageMatch configuration option (#5081)

Add forceCoverageMatch config option to allow collecting coverage even
if the file is ignored. ...

9afeb9c757e4b92dbf670e66545dce3df5c407c4 authored about 7 years ago
Add jest-platform section to the docs (#5114)

Add section to the docs that showcases the various npm packages that jest publishes.

cb98442b9d39b4797270518a3402d4ed26d13d87 authored about 7 years ago
docs(changelog): mark #3672 as breaking (#5115)

0da5f84e065e75c2f6267d5df1ce4a494f749f01 authored about 7 years ago
test(jest-message-util): add test for codeframe and snapshot test (#5103)

* test(jest-message-util): add test for codeframe and snapshot test

* docs(blog): fix md synt...

1918f6beb6b32471304125b31329129b21ebd3ef authored about 7 years ago
Fix backticks in Jest 22 blog post link (#5102)

* Fix backticks

* Fix typo

65ba1d149dd9a61ed06811473bc807f6dfff2540 authored about 7 years ago
Jest 22 release

99c76dda65daf7decb29bb34c66a9b7faa92287a authored about 7 years ago
chore: add Jest 22 blog post (#5101)

* chore: add Jest 22 blog post

* stye(docs): run prettier on md

* docs: fix header

* do...

1227aec50495f41a65eb0b6c61e9a63cbfa33b0a authored about 7 years ago
Use module.builtinModules when it exists (#5099)

* Use module.builtinModules when it exists

* Update CHANGELOG

* Add FlowFixMe for module.b...

17ea3d42f712aaedc23a9fad02fcfb41e0834d14 authored about 7 years ago
chore: update changelog (#5098)

7e564b0d832bc3f32f4acad7f673f806b5108102 authored about 7 years ago
refactor: extract realpath native into a separate module (#5097)

de004b63e4d5e67aa2b2fd2771443d65784a90be authored about 7 years ago
Codeframe fixes (#5094)

* fix(jest-message-util): handle expectation being in another file from the test

* fix(jest-m...

fb10f7a95161f3d93ec54be3b3f69359913b5691 authored about 7 years ago
fix: path resolve with global setup/teardown opts (#5096)

2e9feaf2e79c02f509b0c51b9fb83d0c727d2420 authored about 7 years ago
chore: add support file (#5091)

* chore: add support file

* chore(support.md): link to SO tag

* style(support.md): format ...

abba9e5f0513a2cd9aa9f9bac7e45ec4c5369058 authored about 7 years ago
fix: add global setup/teardown to valid_config (#5095)

This will fix the false warnings on using the Global Setup/Teardown
options

1880b7985dc01b52d1069e7b53b5a6856798d6cc authored about 7 years ago
docs: add jest-puppeteer example (#5093)

486444b2b646ad65881561e9c18b6354f9e76091 authored about 7 years ago
Point contributing link in README to 'Good First Issue' label. (#5090)

df9234006a9c8592ede2539b0fb0832852272c77 authored about 7 years ago
feat(jest-message-util): render codeframe on failure (#5087)

78477eb526f2ebd901f3daa0abef0e8cc591bfb8 authored about 7 years ago
add only-failures mode (#4886)

* add only-failures mode

Signed-off-by: Łukasz Sentkiewicz <[email protected]>

lint fixes
...

6f7c85a29886afe0041ba74c7856cf54893d80c6 authored about 7 years ago
Use `declare module.exports` syntax for flow libdefs (#5086)

We added this to Flow in v0.25 (about 2 years ago), but never actually
deprecated the legacy `d...

20d9fbfa9028d101ca1f900042ad0e9985e51ce1 authored about 7 years ago
Nice & fast fix (#5080)

* Nice & fast fix

* Create a real global

1bca6ca80e508ee13314c1642b732067d9fbc490 authored about 7 years ago
Always enforce the usage of the original Promise (#5077)

* Always enforce the usage of the original Promise

* Only whitelist Promise

cfb7ee107271f6b0d3921839699e313b9411c794 authored about 7 years ago
Use `toHaveBeenCalledTimes` and `toHaveBeenLastCalledWith` in examples (#5078)

I think `.mock.calls.length` is kinda deprecated....

eccd71102e2bfa69285d771476e2dc9d9017b4b2 authored about 7 years ago
Add Global Setup/Teardown APIs (#4716)

5d2469501a4b99708700a3d6458d0e37e835a9f5 authored about 7 years ago
Remove `debug` and `inspect` flags from the arguments sent to the child (#5068)

* Remove `debug` and `inspect` flags from the arguments sent to the child

* address PR comments

f20344b33ccc1de5404700c798d032a5f7605021 authored about 7 years ago
Use all --testPathPattern and <regexForTestFiles> args in testPathPattern (#5066)

* Use all --testPathPattern and <regexForTestFiles> CLI args in testPathPattern

This fixes #5...

c3db69321eb436898f0450cdcd39481809768fe8 authored about 7 years ago
Do not support --watch inside non-version-controlled environments (#5060)

* Do not support --watch inside non-version-controlled environments

* Update CHANGELOG.md

036eb60400749d4a87dabbcd9d12ec74151e6ae6 authored about 7 years ago
Docs: Mention whitelist usecase (#5063)

cc215d1841459d958587a35543b571422a39cbf4 authored about 7 years ago
Add docs for the timeout paramter (#5057)

39bfa34b7ba9640a09ba4c8b3c85415d1db89c4c authored about 7 years ago
Bump Flow to 0.61 (#5056)

df9f47380cdc12bb9b7213ad86df511ef9671133 authored about 7 years ago
Escape Windows path separator in testPathPattern CLI arguments (#5054)

* Add tests for current testPathPattern behavior

* Escape Windows path separator in testPathP...

6049858fe8d2cde941257fabdac3954651f22ddb authored about 7 years ago
Use `projects` in config instead of custom script (#5053)

3ea2e106635e908579630b17f84a33602a891b69 authored about 7 years ago
add react-native example as a workspace (#5052)

e44de3f0b6c957ea5c38f85e3e559e2c665a830c authored about 7 years ago
Build on node 9 on Circle (#4851)

* Build on node 9 on Circle

* Actually trigger node 9 buid as well

* Run full ci on node 8...

78741aa20ceb2b526fd57e4db291a94a275187c5 authored about 7 years ago
Make Jest work with latest react-native on node 9. (#5050)

25ed471390c9fced4f3d00b31a02af1533dbb0ca authored about 7 years ago
don't let source-map-support use xhr - 25-75% speed improvement (#5045)

* don't let source-map-support use xhr

* Update CHANGELOG.md

* Update CHANGELOG.md

34bd3bbdfd92c980965ac92e7b1d38563b25c0e5 authored about 7 years ago
Do not call toJSON recursively in pretty-format (#5044)

* Do not call toJSON recursively in pretty-format

* Update CHANGELOG.md

0c4399bf890a15bba697077b53b5df0b7135e624 authored about 7 years ago
Update changelog (#5043)

63833224a6ab351534138fc26a13d18dd9ad3c6e authored about 7 years ago
Enable 'Romanian' language. (#5040)

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

ca1793e01eaf81497ad1985547bfa19c297881c5 authored about 7 years ago
cli: Hide Watch Usage output when running on non-interactive envs (#4958)

* cli: Hide Watch Usage output when running on non-interactive environments

* cli: Hide no te...

d695ab38bf94851b025d2b9462c6a9c75ced02fe authored about 7 years ago
Use `fs.realpathSync.native` if available (#5031)

* Pass in encoding to `realpath` call

Fixes #5030

* Use `fs.realpathSync.native` if it exi...

357a1198c6b302cd4a99e5909a8690aeaf2f6188 authored about 7 years ago
Remove testMatch from package.json (#4630)

* Remove testMatch from package.json

* Update ignores to ignore files in __tests__ that are n...

158ecd32681e920d619b46e9e7ec23457823105b authored about 7 years ago
Fix test and improve process sandboxing (#5027)

12f3681e0e9e32fa980def3969a01d0f19090188 authored about 7 years ago
Fix watch mode when a pattern is passed (#5026)

* Fix watch mode when a pattern is passed

* Update normalize.js

94101e9d964c49bc6b05a0f8dfba162e7196aa59 authored about 7 years ago
Add `testEnvironmentOptions` to apply to jsdom options or node context. (#5003)

* Allow testEnvironmentOptions to be sent to jsdom options or node context.

* Update pull-req...

88ad6b5dde43840b81bbd948a91e21034ddb7559 authored about 7 years ago
Revert "Add new "setupTestFramework" option (#4976)" (#5025)

This reverts commit dbfd7877c450058cd7485cbc2530e8f9b1fa6dba.

6ade256b1583e458577145fef2a7bb566605bcf9 authored about 7 years ago
style: upgrade to prettier 1.9 (#5024)

0ce82e6365feb1012a1dd1a6ae230a8012d90679 authored about 7 years ago
Explain which snapshots are obsolete (#5020)

3db5428ead2359206148c122f66f6badb1185b7f authored about 7 years ago
Upgrade "jsdom" to the latest version (11.5.1) (#5016)

bc075c19aaa740d4c8ea9291a3300841d3160679 authored about 7 years ago
Fix throw matcher error support (#4962)

78184f26c3fea0ba85b95ec3aed484a7a2d4d44b authored about 7 years ago
Fix lint.

16e7c46c65bd8c4a384ec54eb3a34bf642c2d761 authored about 7 years ago
Windows skip linked modules test (#5012)

* Use realpath to match transformers

This will use the realpath to match the transformers in ...

fa406129d8d2d8c1c727e9bceebe5a82d24a1ab0 authored about 7 years ago
Ensure thrown error is related to module not found (#5010)

feaaaff0e487fc23340b9a1432dfd1eed51cd9d9 authored about 7 years ago
Use realpath to match transformers (#5000)

* Use realpath to match transformers

This will use the realpath to match the transformers in ...

b0b93878238cb34cadbcfdcc49b3c7120fa067c1 authored about 7 years ago
Revert "Re-inject native Node modules" (#5009)

* Revert "docs: update expect.anything() example (#5007)"

This reverts commit ea3fabc22ebebaa...

6d0c0f043f3c0782d55446dfca429bfc08e010e6 authored about 7 years ago
docs: update expect.anything() example (#5007)

* docs: update expect.anything() example

Fixes: https://github.com/facebook/jest/issues/4916
...

ea3fabc22ebebaa12cece0c90eab83751bb28a3d authored about 7 years ago
Emphasise required return (#4999)

Emphasise that `.rejects` and `.resolves` still require the assertion to be returned, in respons...

4f1113c956b400ca50e70b0a1441e49e5dd304ad authored about 7 years ago
Makes NPM a link like Yarn is (#4998)

Yarn is a link, so why not NPM?

aa4f09d10b5a8283ae9fec8be04da012419ffa66 authored about 7 years ago
Update Timeout error message to `jest.timeout` and display current timeout value (#4990)

* update message and provide current timeout value

* update message and changelog

* additi...

08f839463deecc9962a19476a69f22d213f4d916 authored about 7 years ago
fix: jest-util should not depend on jest-mock (#4992)

* fix: jest-util should not depend on jest-mock

* docs: update changelog

4e2f41fddaeeb343c3e42563ec435b2254ca00fc authored about 7 years ago
Update Troubleshooting.md (#4988)

Instructions for automatic launching of debugger are for Linux only. Added one more block for Wi...

6414f2893acb7247518320eb0fc6dada468cd16e authored about 7 years ago
Revert "Add the Yammer logo to the 'who is using this' section of the website." (#4987)

This reverts commit fd31fab2857c1891674bd8ff0cafdbe7aa3565cd.

91b104f5e23a06e2beb20e48c342a60c098f4a04 authored about 7 years ago
Make "weak" optional dependency and check it at runtime (#4984)

* Make "weak" optional dependency and check it at runtime

* Update index.js

e00529db9b9ce84c968a80829dfd1afea4853e40 authored about 7 years ago
Re-inject native Node modules (#4970)

* Re-inject native Node modules

* Fix jest-editor-support test

* Addressed feedback

* U...

ef55e89f8ebe1c5977e0c2bf4a868f091f21136a authored about 7 years ago
Fix message when no tests are found. (#4981)

0338a8213849b06b41fc338cd1a437e8c5b2ace3 authored about 7 years ago