fix tests

This commit is contained in:
theofficialomega
2025-07-30 23:08:29 +02:00
parent cf6fe095ea
commit 280f564ddf
4 changed files with 39 additions and 5 deletions
@@ -38,6 +38,6 @@ it('can parse response', () => {
})
it('can handle empty guide', () => {
const result = parser({content: ''}, channel)
const result = parser({content: fs.readFileSync(path.resolve(__dirname, '__data__/no_content.json'))}, channel)
expect(result).toMatchObject([])
})