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 explanation on how to mock methods not implemented in JSDOM (#6187)

fef903223e73100ae927aaee6ace4f04720b459a authored over 6 years ago
Minor cleanups from #6181 (#6188)

* Minor cleanups from #6181

* Update CHANGELOG.md

7f74710e7faa089f663935c13d7a37cb7d06325b authored over 6 years ago
fix the #6167 - F key misleading message (#6182)

* fix the #6167 - F key misleading message

* improve the test formatting to AAA

* updated ...

d1bdf9e16a3abe10522acffccb115bac90bb269a authored over 6 years ago
Better snapshot summaries (#6181)

* Better snapshot summary reports

* Fix flow and remove extra newline

* Fix windows?

* ...

01eb4efcd6d7c7d76f146bd111196c649a1da5ad authored over 6 years ago
Refactor for tree processor (#6177)

b7636e43d8515602a98ce5ebbcc259de3c66a8fe authored over 6 years ago
Remove undefined props when pretty-format'ing React elements (#6162)

19c5278d259758a736b29b3f687e8dc18d10be5a authored over 6 years ago
Use standardized folder name / `examples/automatic-mocks` (#6178)

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

4ae3e4079b6bdc67797389ab9ebc025392eb6a86 authored over 6 years ago
Update MongoDB.md (#6175)

I think importing the dep makes thing a bit more clear. Some one might think that `NodeEnvironme...

753ae9b0b95b058c44089905b6308541c627fac9 authored over 6 years ago
Remove the users page (#6163)

16de9ac22f2817899990f15d535ecfb362952141 authored over 6 years ago
Add Coupa to users (#6159)

e8cfaa533af948c199ac1d4744b43513002f0386 authored over 6 years ago
Add `--detectOpenHandles` flag (#6130)

* why-running

* add --detectOpenHandles flag

* move processing of w-i-n-r into separate fu...

4ca03cde1d79559c7b538daff1a8e1e5b81a56df authored almost 7 years ago
Add snapshot best practices to master docs (#6142)

364e241b25e4096ba23575359962e6bff7589ddf authored almost 7 years ago
use execa instead of cross-spawn directly in tests (#6135)

80c6c1512ad82a3912f9ae40bae95dbede1c971b authored almost 7 years ago
Update example file to match styling in README (#6140)

f8fa296209595f6ce1f58d5294aef635b54d9aa4 authored almost 7 years ago
Add a 'best practices' section to the Snapshot Testing Guide (#6101)

* Add a 'best practices' section to the Snapshot Testing Guide:

Issue: https://github.com/fac...

9f7c977a54f66612ef016d8c9f11918cad6abaf9 authored almost 7 years ago
Add mock return matchers (#5879)

* Add toReturnValues and toHaveReturnedValues

* Fix typos

* Add spy matchers to pair with ...

02be237783aa028e1587adf1f742c686f8330307 authored almost 7 years ago
Fix feature template description (#6133)

193cb44812a9ed11eb052f729d8752d6b3909485 authored almost 7 years ago
Data driven tests (#6102)

* Add jest-each dependencies

* Add each binding to test globals

* Update changelog with PR...

d849a766da98dd8d644c6c1e5ba477e9fc1c0a49 authored almost 7 years ago
Move templates to the correct dir (#6132)

c3798b1b9712513cdd8d49ad940534168833292b authored almost 7 years ago
Add more templates (#6131)

* Add more issue templates

* Update based on feedback

3c557cd62a4a5d00912458a48f822a68156604bb authored almost 7 years ago
Change "suggest to equal" message to be more advisory (#6122)

* Change suggest to equal message to be more advisory

* Update test snapshots

b339b0003eb3405928f88025f5674d2a3ce7cfd8 authored almost 7 years ago
jest-message-util: don't exclude trace lines with `vendor` anymore (#6117)

da60c7811bb808c474e7ef887884e5d00cffa115 authored almost 7 years ago
Allows projects to specify individual root dirs (#6119)

35b6c6528d21e1a8d05641b3f5352e06c2220b1d authored almost 7 years ago
Support forwardRef and Context in pretty-format (#6093)

cf2b9e80a0b099c2f861660fd9cf589848106fa1 authored almost 7 years ago
Fix paths for Windows (#6118)

a9e4172c3d32f676160f167ad2ee074724d86970 authored almost 7 years ago
Fix snapshots (#6113)

ae691b195d52f7d33221e2b56501bd0d6c6d9f7a authored almost 7 years ago
Perform a sanity test to detect leaks (#6110)

ffdca976a0518792fb2bf366c7d988901cf2a904 authored almost 7 years ago
Don't strip trailing whitespace in snapshot files (#6111)

eb8f4c6e306f4fe9457a5f6a702da6d3c9883f5c authored almost 7 years ago
Add test for "beforeEach" in "test" behavior (#6098)

3ad83eb5af0e5b8b4b95f67a1f6385b21abcf4b4 authored almost 7 years ago
Revert #5945, as it introduces a memory leak (#6106)

45cd2773a34ebcaf8c8ddbbe180def42dbed43af authored almost 7 years ago
Test with Node 10 on CI (#6097)

* test on node 10

* Update config.yml

fa46cdb9ddf25b697866a6d45dc3f29c8f3a7054 authored almost 7 years ago
Revert changes on the TreeProcessor (#6006 and #5885) (#6105)

6640903c5ddcdab6ecf26b9578f32fdec8229187 authored almost 7 years ago
Fix changelog entry regarding `console` global (#6096)

It referred to another PR instead of the one actually containing the changes.

4c75933701da04bf2f46adcdc21414678fccd8ec authored almost 7 years ago
Upgrade deps and include examples in workspaces (#6090)

* chore: bump deps

* remove snapshot that shouldn't be checked out

* include examples in w...

f0b12711bd45c6ad1d3a568fbe763e6da8f06e94 authored almost 7 years ago
Add Atlassian to users (#6094)

fdc7da4a06122d1329ebb6af2c04addfce0034af authored almost 7 years ago
Inject `deprecationEntries` from `jest-config` to `jest-validate`. (#6067)

* Move `deprecationEntries` from `jest-config` to `jest-validate`.
Also fix a typo on `jest-run...

985027532380336538d9b870e2cac31265d77546 authored almost 7 years ago
chore: flow v0.71 (#6088)

c8be2dceb3930f439d266fbc656b81e0627a1ee9 authored almost 7 years ago
[docs] Update Es6ClassMocks.md (#6083)

* Update Es6ClassMocks.md

* fix prettier complaint

c608b09afe63b38aa6f9078da21352bc03eed8ac authored almost 7 years ago
Fix website docs (#5853)

* Delete incorrect 22.4 docs

* Add docs for 22.4.2 release

* Add fix to changelog

* Fix...

23b93bc50b6e7a0b115184eef0790db26488398b authored almost 7 years ago
Stick calls to workers before processing them (#6073)

558416f0e7ef0e37e778cff000614b9e13a8710e authored almost 7 years ago
Add --skipFilter for CI and local environments (#6077)

e58d3db5d3e39b03cca4316c9157089c368086d2 authored almost 7 years ago
add console global to the whitelisted identifiers (#6075)

45db59de5f863a7d5007c7bca925a0fc0b497440 authored almost 7 years ago
Swapping two emojis on Getting Started (#6030)

* Swapping two emojis on Getting Started

* Updating the Readme emojis too

* Update languag...

a5e98941a6e7386634da9229fc715fc1b06fb7cf authored almost 7 years ago
Change Javascript -> JavaScript (#6070)

4ee521e4e606cd28956e0810f398d3d89a2acea5 authored almost 7 years ago
Introduce forward references in pretty printer (#6069)

ea5f5e0797a3e07c4500a5b7fd7cad29834ac8d9 authored almost 7 years ago
use circle's own prebuilt images with chrome (#6052)

* use circle's own browser images for browser test

* remove unnecessary yarn installations fr...

eb3ba0f31fea13fdc90bec0ba35deef6ce3bdf1e authored almost 7 years ago
Fix test suite for Node 10 (#6055)

* fix failures test for node 10

* remove message from node assert stack traces

* support n...

430d08b357b177c3fee70656151ca8bbf749a592 authored almost 7 years ago
Simplify DependencyResolver (#6044)

625cbef97ec5ca066a1df257c7ce3e769d484ca8 authored almost 7 years ago
Ensure that watchman returned a SHA-1 (#6045)

4f64c4cfa951cc4c437a40650cec8d9b74735af8 authored almost 7 years ago
Add "filter" option (#6012)

* Add "filter" option

* Polish fixes to the PR

* Add integration test: JSON and CLI option...

0a528cc0a361c7a3359b22a9c43af99156820e9a authored almost 7 years ago
Removes a code branch, fixes #4985 (#6036)

0722a1ec5793395b8409c2d1084b26d99b602810 authored almost 7 years ago
Simplify check for primitive type (#6031)

ef8f9ce4e02397dc75bdd510079bbfb36ad06728 authored almost 7 years ago
Introduce toStrictEqual (#6032)

* Introduce toStrictEqual

* address commments

* docs + prettier

* Update docs

* Also...

eaee8a61165a14ae0da4075697d1e6c8a6c90edd authored almost 7 years ago
Fix testMatch config in docs (#6023)

440e9c6012bb5079c673a2b7aa8e2a821e99242b authored almost 7 years ago
Clarify position mock function call in docs (#6022)

* Add warning to clarify jest.mock call position

* Fix typo

* Move changes from versioned ...

6cc3a9a1cf6e5282db5b22618bd72f776fdda6a4 authored almost 7 years ago
fix stack-trace when calling `done` with non-error (#6016)

* fix stack-trace when calling `done`

* create Error in `fail` if not passed

a36a69c074ddf8ea0444f2d52d7018ce59ae35d0 authored almost 7 years ago
#6003: include snapshot name in error message (#6015)

* #6003: include snapshot name in error message

* #6003: added changelog message

* #6003: ...

fb356acf08565fcfeadd477ca7e45b602accf70b authored almost 7 years ago
Makes regenerator go through custom resolvers as well (#6017)

* Makes regenerator go through custom resolvers as well

* Adds an integration test

43e67da819277ab70aca2f2e90fdf50ad4be1f74 authored almost 7 years ago
add stack trace on expect.(has)Assertions (#5997)

* add stack trace on expect.(has)Assertions

* guard against missing `Error.captureStackTrace`...

02e1c66e4ea3f732e46cf0c3f80c5cadbf178dcc authored almost 7 years ago
fix(treeProcessor): revert a small change from the #5585 refactoring (#6006)

fixes #5964
moves the `wrapChildren` into higher scope to restore undocumented execution order

bf654e1b4c6726dfd72245ea38f04c8a4c55cc9e authored almost 7 years ago
Allow skip process method if createTransformer definded (#5999)

* Allow skip process method if createTransformer definded

* Add tests for Transformer

* Ad...

a6d26b46c0c6aa06f4eb44bf11fb15fda5744318 authored almost 7 years ago
Add stack traces on async failures (#6008)

* add stacktraces to async matchers

* add stack trace on spec timeout

* link to PR

* re...

25bc4bf390dc9acb93e033cfc1e23c4b3595d065 authored almost 7 years ago
Upgrade Flow to 0.70 (#6010)

* Upgrade Flow to 0.70

* adjust test_worker format error type

3ce87434570d23be061648162488ca5599e40651 authored almost 7 years ago
upgrade to prettier 1.12.1 (#6013)

9e687b42f5c38185bff586c12f2a1b0885ee7723 authored almost 7 years ago
fix failing test (#5996)

70e7ac2689403529b8694f41e17911512441e917 authored almost 7 years ago
re-add changelog entry lost to space and time

65d3d8d37e471ae9a02150933168470d9966c021 authored almost 7 years ago
Throw a more useful error when trying to require modules after the test environment is torn down (#5888)

* Throw a more useful error when trying to require modules after the test environment is torn do...

4af727c8d9146d0ef5d280d9d7b49a0e3babb4b0 authored almost 7 years ago
include columns in stack frames (#5889)

* include columns in stack frames

* update changelog link

* fix node 9 test

* update sn...

9fdc031c50768865b0ceed2235fd07b2da132c01 authored almost 7 years ago
always return object from babel-jest transform (#5991)

* always return object from babel-jest transform

* link to PR

5d1babab7a5695026d3e9c31ba6ac1dd8fff2d73 authored almost 7 years ago
Mock invocation order (#5867)

* Update timestamp to be invocationCallOrder

* Pass lint

* Update changelog and readme

...

ea53f3c0df46dfd76bcadf0d3fb0dd2da452a761 authored almost 7 years ago
Add missing args testEnvironmentOptions and runner (#5990)

2dabc7cc2a51e8f58c81b0ceee35a555fa1319e1 authored almost 7 years ago
disable eslint no-bitwise for mock timer delay check (#5992)

b8720299babc82dfc96b1fa5c8ec0ec1ea52e102 authored almost 7 years ago
install sourcecmap-support into normal runtime as well (#5945)

Fixes #5925

3341d162715679a596bfbbec8a7a5c5676c5f1b7 authored almost 7 years ago
Do not include `from` information when its not valid (#5972)

* Do not include `from` information when its not valid (#5235)

If you include the information...

e393469a61cfd45703ca4342825aab234bbc7464 authored almost 7 years ago
jest-jasmine2: pretty-print non-Error errors (#5980)

d8cc23362549aa9c078c5f05da9322037d44db14 authored almost 7 years ago
Fixed incorrect reference to 'video' object. (#5988)

f952f13f35964dae4153836db074d8c79f34c4bd authored almost 7 years ago
update readme (#5986)

c5c6580c9ab68c05b4fcd575f632ef978a928bfa authored almost 7 years ago
Add auto-mock support for generators (#5983)

7d822d73bbc9a4d7d2b7dd1a617ec42ada09b536 authored almost 7 years ago
doc: fix spyOn example test (#5981)

ef4862bee912901301836df48f6add8453179d96 authored almost 7 years ago
fix lint in changelog

bc4b462fffbab25249887b0687f2633dcdc26c1f authored almost 7 years ago
Uses the resolver to resolve the other configuration values (#5976)

* Uses the resolver to resolve the other configuration values

* Updates the changelog

c158067a291e892f392d1a6a9df42d583dbace55 authored almost 7 years ago
Add support for async matchers (#5919)

b80dc79c8c98df6d003c4e42ae7be952b28bbcd3 authored almost 7 years ago
Suggest toContainEqual (#5953)

* Suggest toContainEqual

* Update changelog

* Fix package name in CHANGELOG

a0bf9573ee4de2a0c8b6c0f2af913ee0d78f1ff3 authored almost 7 years ago
Fix handling of NaN/Infinity in mock timer delay, #5960 (#5966)

* add handling for NaN as timer delay

* use Number.isNaN for isNaN checking

* handle Infin...

a7a65e2bb9cdb56d6c941223034f7f3e7188b939 authored almost 7 years ago
Generalise package main resolving issue (#5968)

* Generalise package main resolving issue

Resolves #5967

* Update changelog with info abou...

36bfaf131480d17cea55c6649c015189cb6bab1c authored almost 7 years ago
Upgrade istanbul dependencies (#5971)

9e1f6420011d01f8d56e48163b944c21ed9b177f authored almost 7 years ago
Updates babel-jest resolution (#5932)

* Uses require.resolve to locate babel-jest

* Updates snapshots

90810b15dea599e8182231f1049d794b9917f4ab authored almost 7 years ago
[expect] correct documentation for stringMatching, not.stringMatching to be in sync with Flow type (#5927)

* Correct doc for stringmatching, not stringmatching and some grammar mistakes

* Adjust doc a...

45c1746066c2dceb378062cd8c86b361e626479a authored almost 7 years ago
Dispose document when tearing down JSDom environment (#5955)

1a51672c7597d900953a0b95e4430e65eaa04259 authored almost 7 years ago
Fix/after all asserts bug (#5884)

* Fixed the bug where mocking a file with the filename resolved as backticks would fail

* Upd...

89d98d33ee79a0d8fc7bdd0a1ec100e8ce95688e authored almost 7 years ago
Fix Snapshot Extensions References (#5842)

* Fix references

* Update package.json

* Update package.json

c87fcf5def53558f2128b0312e0eb8cdb673fa95 authored almost 7 years ago
remove notifier actions in case of failure (#5861)

* remove notifier actions in case of failure

* add to changelog

* only remove notification...

799672718fe60177f7bb45d7499ea2e5d82f4010 authored almost 7 years ago
Export Jest's default options (#5948)

* Export Jest's default options

* Improve require('jest-config')

* Add "Export Jest's defa...

6c8aafc191f57e111c4264c4693ccda41796d85c authored almost 7 years ago
Extends .toHaveBeenCalled message (#5951)

118f9367ea1810df21fff8e52f523a069f48a72c authored almost 7 years ago
Correct docs about `expect.toThrow(String)` (#5952)

Summary:
The current docs indicate that a test like the following should fail,
but it actually...

56de0106552d9cc9fff765189bc69b0319072f6a authored almost 7 years ago
Switch collectCoverageFrom back to a string (#5914)

* Switch collectCoverageFrom back to a string

* Update CHANGELOG

5ba16843d7e527cee9a1467bdb2f8a3f50b2dd5b authored almost 7 years ago
Update TutorialReact.md (#5949)

* adds create-react-app snapshot dependency in docs

The current docs imply you can use Jest s...

5a21be3e07c223ba9fbb434f26bce96da0dddd31 authored almost 7 years ago
Move `Options.coverage` to `ProjectWorkspace.collectCoverage` (#5929)

* update type definitions

* Move `Options.coverage` to `ProjectWorkspace.collectCoverage`

...

f6ae2cbc4e7ec69dc6cb42b0730e871d46a4e314 authored almost 7 years ago
Fix handling regex symbols in tests path on Windows (#5941)

aa9790db9bd03a154684574928120e9ee0fb4c8e authored almost 7 years ago
Moves babel-jest into jest-config rather than jest-runtime (#5931)

6979b8e27e88735bfed997d84393f291c8a0a21d authored almost 7 years ago