Bump dependencies.

Signed-off-by: Toha <tohenk@yahoo.com>
This commit is contained in:
Toha
2026-07-04 19:02:20 +07:00
parent 41a54452e8
commit ffdc78e537
3 changed files with 848 additions and 865 deletions
+6 -6
View File
@@ -100,11 +100,11 @@ describe('epg:grab', () => {
)
const outputString = pako.ungzip(fs.readFileSync('tests/__data__/output/guides/guide.xml.gz'), {
to: 'string'
toText: true
})
const expectedString = pako.ungzip(
fs.readFileSync('tests/__data__/expected/epg_grab/gzip/guide.xml.gz'),
{ to: 'string' }
{ toText: true }
)
const output = new Set(outputString.split('\r\n'))
@@ -125,11 +125,11 @@ describe('epg:grab', () => {
)
const outputString = pako.ungzip(fs.readFileSync('tests/__data__/output/guides/guide.xml.gz'), {
to: 'string'
toText: true
})
const expectedString = pako.ungzip(
fs.readFileSync('tests/__data__/expected/epg_grab/gzip/guide.xml.gz'),
{ to: 'string' }
{ toText: true }
)
const output = new Set(outputString.split('\r\n'))
@@ -152,12 +152,12 @@ describe('epg:grab', () => {
const outputString = pako.ungzip(
fs.readFileSync('tests/__data__/output/guides/custom.xml.gz'),
{
to: 'string'
toText: true
}
)
const expectedString = pako.ungzip(
fs.readFileSync('tests/__data__/expected/epg_grab/gzip/guide.xml.gz'),
{ to: 'string' }
{ toText: true }
)
const output = new Set(outputString.split('\r\n'))