Skip to content

Commit

Permalink
Update output and add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjcbrown committed Aug 1, 2024
1 parent 1ca9a06 commit 4bc8e2d
Show file tree
Hide file tree
Showing 14 changed files with 6,162 additions and 250 deletions.
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",
},
]
`;
Loading

0 comments on commit 4bc8e2d

Please sign in to comment.