Commit f671f8e
committed
Merge remote-tracking branch 'upstream/master' into pr/6334
* upstream/master: (122 commits)
fix: don't report promises as open handles (jestjs#6716)
support serializing `DocumentFragment` (jestjs#6705)
Allow test titles to include array index (jestjs#6414)
fix `toContain` suggest to contain equal message (jestjs#6810)
fix: testMatch not working with negations (jestjs#6648)
Add test cases for jestjs#6744 (jestjs#6772)
print stack trace on calls to process.exit (jestjs#6714)
Updates SnapshotTesting.md to provide more info. on snapshot scope (jestjs#6735)
Mark snapshots as obsolete when moved to an inline snapshot (jestjs#6773)
[Docs] Clarified the use of literal values as property matchers in toMatchSnapshot() (jestjs#6807)
Update CHANGELOG.md (jestjs#6799)
fix changelog entry that is not in 23.4.2 (jestjs#6796)
Fix --coverage with --findRelatedTests overwriting collectCoverageFrom options (jestjs#6736)
Update testURL default value from about:blank to localhost (jestjs#6792)
fix: `matchInlineSnapshot` when prettier dependencies are mocked (jestjs#6776)
Fix retryTimes and add e2e regression test (jestjs#6762)
Release v23.4.2
Docs/ExpectAPI: Correct docs for `objectContaining` (jestjs#6754)
chore(packages/babel-jest) readme (jestjs#6746)
docs: noted --coverage aliased by --collectCoverage (jestjs#6741)
...467 files changed
Lines changed: 19740 additions & 2550 deletions
File tree
- .circleci
- .github
- ISSUE_TEMPLATE
- docs
- e2e
- __tests__
- __snapshots__
- babel-plugin-jest-hoist
- __test_modules__
- __tests__
- coverage-report
- cached-duplicates
- a
- b
- detect-open-handles/__tests__
- each/__tests__
- error-on-deprecated/__tests__
- failures/__tests__
- global-setup
- custom_tests_dir
- global-teardown
- custom_tests_dir
- jasmine-async/__tests__
- process-exit
- __tests__
- resolve-get-paths
- __tests__
- resolve-with-paths
- __tests__
- dir
- snapshot-serializers
- test-environment-async
- test-retries
- __tests__
- reporters
- testNamePattern_skipped
- __tests__
- toMatchInlineSnapshot
- toThrowErrorMatchingInlineSnapshot
- transform
- babel-jest
- this-directory-is-covered
- no-babel-jest
- __tests__
- this-directory-is-covered
- examples
- automatic-mocks
- enzyme
- react
- snapshot
- timer
- typescript
- packages
- babel-jest
- src
- babel-plugin-jest-hoist
- src
- babel-preset-jest
- diff-sequences
- eslint-config-fb-strict
- expect
- src
- __tests__
- __snapshots__
- jest-changed-files
- src
- jest-circus
- src
- __mocks__
- __tests__
- __snapshots__
- legacy_code_todo_rewrite
- jest-cli
- src
- __tests__
- __snapshots__
- cli
- lib
- __tests__
- __snapshots__
- fixtures
- has_jest_config_file
- has_jest_config_in_package_json
- no_package_json
- only_package_json
- test_script_configured
- typescript_in_dependencies
- typescript_in_dev_dependencies
- init
- plugins
- reporters
- __tests__
- jest-config
- src
- __tests__
- __snapshots__
- jest-diff
- jest-docblock
- jest-each
- src
- __tests__
- jest-editor-support
- src
- __tests__
- fixtures/snapshots/__snapshots__
- parsers
- jest-environment-jsdom
- jest-environment-node
- src
- jest-haste-map
- src
- __tests__
- crawlers
- __tests__
- jest-jasmine2
- src
- __tests__
- jasmine
- jest-leak-detector
- jest-matcher-utils
- jest-message-util
- src
- jest-mock
- src/__tests__
- jest-phabricator
- jest-regex-util
- src
- __tests__
- jest-repl
- jest-resolve-dependencies
- src
- __tests__
- jest-resolve
- src
- __tests__
- jest-runner
- src
- __tests__
- jest-runtime
- src
- __tests__
- module_dir
- jest-snapshot
- src
- __mocks__
- __tests__
- jest-test-typescript-parser
- jest-util
- src
- __tests__
- __snapshots__
- jest-validate
- src
- __tests__
- __snapshots__
- fixtures
- jest-watcher
- src
- jest-worker
- src/__tests__
- jest
- pretty-format
- perf
- src
- __tests__
- plugins
- lib
- scripts
- types
- website
- blog
- i18n
- pages/en
- static
- css
- img
- blog
- favicon
- versioned_docs
- version-22.0
- version-22.1
- version-22.2
- version-22.3
- version-22.4
- version-23.0
- version-23.1
- version-23.2
- version-23.3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
33 | 17 | | |
34 | 18 | | |
35 | 19 | | |
| |||
73 | 57 | | |
74 | 58 | | |
75 | 59 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 60 | | |
92 | 61 | | |
93 | 62 | | |
| |||
136 | 105 | | |
137 | 106 | | |
138 | 107 | | |
139 | | - | |
| 108 | + | |
140 | 109 | | |
141 | 110 | | |
142 | 111 | | |
| 112 | + | |
143 | 113 | | |
144 | 114 | | |
145 | 115 | | |
146 | 116 | | |
147 | 117 | | |
148 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
149 | 121 | | |
150 | 122 | | |
151 | 123 | | |
| |||
156 | 128 | | |
157 | 129 | | |
158 | 130 | | |
159 | | - | |
160 | 131 | | |
161 | 132 | | |
162 | | - | |
| 133 | + | |
| 134 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments