Skip to content

Commit

Permalink
test(cache-resilience): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Dec 20, 2020
1 parent 85426c8 commit eb6689b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ const queriesTest = ({ typesFirstRun, typesSecondRun, dataSecondRun }) => {
Object {
"name": "foo",
},
Object {
"name": "childrenChildOfParentParentAdditionForTransformer",
},
Object {
"name": "childChildOfParentParentAdditionForTransformer",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ const queriesTest = ({ typesDiff, dataDiff }) => {
- \\"name\\": \\"foo\\",
+ \\"name\\": \\"bar\\",
},
Object {
\\"name\\": \\"childrenChildOfParentParentChangeForTransformer\\",
},
Object {
\\"name\\": \\"childChildOfParentParentChangeForTransformer\\",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ const queriesTest = ({ typesFirstRun, typesSecondRun, dataFirstRun }) => {
Object {
"name": "foo",
},
Object {
"name": "childrenChildOfParentParentDeletionForTransformer",
},
Object {
"name": "childChildOfParentParentDeletionForTransformer",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ const queriesTest = ({ typesDiff, dataDiff }) => {
\\"name\\": \\"foo\\",
+ },
+ Object {
+ \\"name\\": \\"childrenChildOfParentChildAdditionForTransformer\\",
+ },
+ Object {
+ \\"name\\": \\"childChildOfParentChildAdditionForTransformer\\",
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ const queriesTest = ({ typesDiff, dataDiff }) => {
Object {
\\"name\\": \\"foo\\",
},
Object {
\\"name\\": \\"childrenChildOfParentChildChangeForTransformer\\",
},
Object {
\\"name\\": \\"childChildOfParentChildChangeForTransformer\\",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ const queriesTest = ({ typesDiff, dataDiff }) => {
\\"name\\": \\"foo\\",
- },
- Object {
- \\"name\\": \\"childrenChildOfParentChildDeletionForTransformer\\",
- },
- Object {
- \\"name\\": \\"childChildOfParentChildDeletionForTransformer\\",
},
],
Expand Down

0 comments on commit eb6689b

Please sign in to comment.