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
nzxmltv.com
npm test --- nzxmltv.com > test > run-script-os nzxmltv.com > test:default > TZ=Pacific/Nauru npx jest --runInBand nzxmltv.com FAIL sites/nzxmltv.com/nzxmltv.com.test.js ✓ can generate valid url (4 ms) ✕ can parse response (28 ms) ✓ can handle empty guide ● can parse response expect(received).toMatchObject(expected) - Expected - 1 + Received + 3 Object { "description": "On Sunday, an unmissable show with stories about divorce, weight loss, and the incomprehensible devastation of Gaza.", "episode": 37, - "icon": "https://www.thetvdb.com/banners/posters/5dbebff2986f2.jpg", + "icon": Object { + "src": "https://www.thetvdb.com/banners/posters/5dbebff2986f2.jpg", + }, "season": 2023, "start": "2023-11-21T10:30:00.000Z", "stop": "2023-11-21T11:25:00.000Z", "title": "Sunday", } 23 | const results = parser({ content, channel, date }) 24 | > 25 | expect(results[0]).toMatchObject({ | ^ 26 | start: '2023-11-21T10:30:00.000Z', 27 | stop: '2023-11-21T11:25:00.000Z', 28 | title: 'Sunday', at Object.<anonymous> (sites/nzxmltv.com/nzxmltv.com.test.js:25:22) Test Suites: 1 failed, 1 total Tests: 1 failed, 2 passed, 3 total Snapshots: 0 total Time: 3.392 s Ran all test suites matching /nzxmltv.com/i.
The text was updated successfully, but these errors were encountered:
Seems to be the same issue than energeek.cl.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Site
nzxmltv.com
Description
The text was updated successfully, but these errors were encountered: