Skip to content

Commit

Permalink
Fix indentation of inline snapshots in tests
Browse files Browse the repository at this point in the history
Summary:
This diff regenerates all Jest inline snapshots (`expect().toMatchInlineSnapshot()`) now that we use Jest 24.9.0 which fixes a longstanding [formatting instability bug](jestjs/jest#8424).

This is strictly a formatting change.

Changelog: [Internal]

Reviewed By: cpojer

Differential Revision: D19684238

fbshipit-source-id: 77c1e5fe9d2dfef85dffdcc00056fb439d7d7f84
  • Loading branch information
motiz88 authored and facebook-github-bot committed Feb 3, 2020
1 parent 12f82c7 commit ee01be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Lists/__tests__/VirtualizedList-test.js
Expand Up @@ -438,7 +438,7 @@ describe('VirtualizedList', () => {
Array [
Array [
"A VirtualizedList contains a cell which itself contains more than one VirtualizedList of the same orientation as the parent list. You must pass a unique listKey prop to each sibling list.
VirtualizedList trace:
Child (horizontal):
listKey: level2
Expand Down

0 comments on commit ee01be3

Please sign in to comment.