We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ziggogo.tv
FAIL sites/ziggogo.tv/ziggogo.tv.test.js ● can generate valid url
expect(received).toBe(expected) // Object.is equality Expected: "https://static.spark.ziggogo.tv/eng/web/epg-service-lite/nl/nl/events/segments/20221028000000" Received: "https://static.spark.ziggogo.tv/eng/web/epg-service-lite/nl/en/events/segments/20221028000000" 19 | 20 | it('can generate valid url', () => { > 21 | expect(url({ date, channel })).toBe( | ^ 22 | 'https://static.spark.ziggogo.tv/eng/web/epg-service-lite/nl/nl/events/segments/20221028000000' 23 | ) 24 | }) at Object.<anonymous> (sites/ziggogo.tv/ziggogo.tv.test.js:21:34)
● can parse response
expect(received).toMatchObject(expected) - Expected - 15 + Received + 3 Object { - "actors": Array [ - "Malou Petter", - "Mark Visser", - "Rob Trip", - "Jeroen Overbeek", - "Simone Weimans", - "Annechien Steenhuizen", - "Jeroen Tjepkema", - "Saïda Maggé", - "Winfried Baijens", - ], - "category": Array [ - "Nieuws", - ], - "description": "Met het laatste nieuws, gebeurtenissen van nationaal en internationaal belang en de weersverwachting voor de avond en komende dagen.", + "actors": undefined, + "category": undefined, + "description": undefined, "start": "2022-10-27T23:40:00.000Z", "stop": "2022-10-28T00:07:00.000Z", "title": "NOS Journaal", } 68 | }) 69 | > 70 | expect(results[0]).toMatchObject({ | ^ 71 | start: '2022-10-27T23:40:00.000Z', 72 | stop: '2022-10-28T00:07:00.000Z', 73 | title: 'NOS Journaal', at Object.<anonymous> (sites/ziggogo.tv/ziggogo.tv.test.js:70:22)
[On freearhey-patch1, in maintenance. Might be coming from potential updates.]
The text was updated successfully, but these errors were encountered:
Duplicate of #2393
Sorry, something went wrong.
No branches or pull requests
Site
ziggogo.tv
Description
FAIL sites/ziggogo.tv/ziggogo.tv.test.js
● can generate valid url
● can parse response
[On freearhey-patch1, in maintenance. Might be coming from potential updates.]
The text was updated successfully, but these errors were encountered: