Skip to content

Commit

Permalink
Minor cleanups from jestjs#6181
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed May 15, 2018
1 parent d1bdf9e commit 82af8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
([#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 82af8ad

Please sign in to comment.