Skip to content

Commit

Permalink
Minor cleanups from #6181 (#6188)
Browse files Browse the repository at this point in the history
* Minor cleanups from #6181

* Update CHANGELOG.md
  • Loading branch information
rickhanlonii authored May 15, 2018
1 parent d1bdf9e commit 7f74710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,16 @@
([#5864](https://github.com/facebook/jest/pull/5864))
* `[jest-editor-support]` Add `no-color` option to runner
([#5909](https://github.com/facebook/jest/pull/5909))
* Pretty-print non-Error object errors
* `[jest-jasmine2]` Pretty-print non-Error object errors
([#5980](https://github.com/facebook/jest/pull/5980))
* `[jest-message-util]` Include column in stack frames
([#5889](https://github.com/facebook/jest/pull/5889))
* `[expect]` Introduce toStrictEqual
([#6032](https://github.com/facebook/jest/pull/6032))
* `[expect]` Add return matchers
([#5879](https://github.com/facebook/jest/pull/5879))
* `[jest-cli]` Improve snapshot summaries
([#6181](https://github.com/facebook/jest/pull/6181))

### Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,3 @@ test('snapshots all have results (after update)', () => {
testReporter.onRunComplete(new Set(), aggregatedResults);
expect(results.join('').replace(/\\/g, '/')).toMatchSnapshot();
});

// TODO: add obsolete snapshots and files
// TODO: add more tests to get_snapshot_summary

0 comments on commit 7f74710

Please sign in to comment.