format and cleanup

This commit is contained in:
theofficialomega
2026-01-09 12:26:35 +01:00
parent 1532b3fe46
commit f3803a0721
3 changed files with 199 additions and 204 deletions
@@ -41,7 +41,6 @@ it('can parse response', () => {
})
it('can handle empty guide', () => {
const results = parser({ content: '{"programGuide": {}}' })
expect(results).toMatchObject([])
})