-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ca9a06
commit 4bc8e2d
Showing
14 changed files
with
6,162 additions
and
250 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
cinemas/picturehouses.com/tests/__snapshots__/transform.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Hackney Picturehouse when movies with local screenings provided returns an empty list of events 1`] = ` | ||
[ | ||
{ | ||
"overview": { | ||
"actors": [], | ||
"age-restriction": "U", | ||
"categories": [], | ||
"directors": [], | ||
"duration": 6060000, | ||
"trailer": "http://youtu.be/XRcOZZDvMv4", | ||
}, | ||
"performances": [ | ||
{ | ||
"bookingUrl": "https://ticketing.picturehouses.com/Ticketing/visSelectTickets.aspx?cinemacode=010&txtSessionId=90342&visLang=1", | ||
"notes": "Kids' Club: Exclusively for children and their parents or carers. Unaccompanied adults are not admitted.", | ||
"screen": "4", | ||
"time": 1722687300000, | ||
}, | ||
{ | ||
"bookingUrl": "https://ticketing.picturehouses.com/Ticketing/visSelectTickets.aspx?cinemacode=010&txtSessionId=90364&visLang=1", | ||
"notes": "Kids' Club: Exclusively for children and their parents or carers. Unaccompanied adults are not admitted.", | ||
"screen": "1", | ||
"time": 1722766800000, | ||
}, | ||
], | ||
"title": "Labyrinth", | ||
"url": "https://www.picturehouses.com/movie-details/010/HO00000223/Labyrinth", | ||
}, | ||
] | ||
`; |
Oops, something went wrong.