Skip to content

Commit 7f74710

Browse files
authored
Minor cleanups from #6181 (#6188)
* Minor cleanups from #6181 * Update CHANGELOG.md
1 parent d1bdf9e commit 7f74710

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,16 @@
8080
([#5864](https://github.com/facebook/jest/pull/5864))
8181
* `[jest-editor-support]` Add `no-color` option to runner
8282
([#5909](https://github.com/facebook/jest/pull/5909))
83-
* Pretty-print non-Error object errors
83+
* `[jest-jasmine2]` Pretty-print non-Error object errors
8484
([#5980](https://github.com/facebook/jest/pull/5980))
8585
* `[jest-message-util]` Include column in stack frames
8686
([#5889](https://github.com/facebook/jest/pull/5889))
8787
* `[expect]` Introduce toStrictEqual
8888
([#6032](https://github.com/facebook/jest/pull/6032))
8989
* `[expect]` Add return matchers
9090
([#5879](https://github.com/facebook/jest/pull/5879))
91+
* `[jest-cli]` Improve snapshot summaries
92+
([#6181](https://github.com/facebook/jest/pull/6181))
9193

9294
### Fixes
9395

packages/jest-cli/src/reporters/__tests__/summary_reporter.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,3 @@ test('snapshots all have results (after update)', () => {
147147
testReporter.onRunComplete(new Set(), aggregatedResults);
148148
expect(results.join('').replace(/\\/g, '/')).toMatchSnapshot();
149149
});
150-
151-
// TODO: add obsolete snapshots and files
152-
// TODO: add more tests to get_snapshot_summary

0 commit comments

Comments
 (0)