mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Skip geo-blocked streams when updating status
This commit is contained in:
parent
d19ffe0bb0
commit
0809b67b83
4 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,7 @@ const { execSync } = require('child_process')
|
|||
beforeEach(() => {
|
||||
fs.rmdirSync('tests/__data__/temp', { recursive: true })
|
||||
fs.mkdirSync('tests/__data__/temp')
|
||||
fs.copyFileSync('tests/__data__/input/update.db', 'tests/__data__/temp/test.db')
|
||||
fs.copyFileSync('tests/__data__/input/update-database.test.db', 'tests/__data__/temp/test.db')
|
||||
})
|
||||
|
||||
it('can update database', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue