Skip to content

Commit

Permalink
fix(test): added snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
leocabeza committed Aug 8, 2021
1 parent 8f53f71 commit a881013
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/__snapshots__/main.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Object {
"translations": [Function],
"upcoming": [Function],
"videos": [Function],
"watchProviders": [Function],
},
"network": Object {
"alternativeNames": [Function],
Expand Down Expand Up @@ -141,6 +142,7 @@ Object {
},
"tv": Object {
"accountStates": [Function],
"aggregateCredits": [Function],
"airingToday": [Function],
"alternativeTitles": [Function],
"changes": [Function],
Expand All @@ -163,6 +165,7 @@ Object {
"topRated": [Function],
"translations": [Function],
"videos": [Function],
"watchProviders": [Function],
},
"tvEpisode": Object {
"accountStates": [Function],
Expand All @@ -181,13 +184,20 @@ Object {
},
"tvSeason": Object {
"accountStates": [Function],
"aggregateCredits": [Function],
"changes": [Function],
"credits": [Function],
"details": [Function],
"externalIds": [Function],
"images": [Function],
"translations": [Function],
"videos": [Function],
},
"watchProvider": Object {
"availableRegions": [Function],
"movie": [Function],
"tv": [Function],
},
}
`;

Expand Down

0 comments on commit a881013

Please sign in to comment.