mirror of
https://github.com/iptv-org/iptv
synced 2026-04-26 12:47:16 -04:00
Update update.test.ts
This commit is contained in:
@@ -8,7 +8,7 @@ const ENV_VAR =
|
|||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
fs.emptyDirSync('tests/__data__/output')
|
fs.emptyDirSync('tests/__data__/output')
|
||||||
fs.copySync('tests/__data__/input/playlist_update', 'tests/__data__/output/streams')
|
fs.copySync('tests/__data__/input/playlist_update/streams', 'tests/__data__/output/streams')
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('playlist:update', () => {
|
describe('playlist:update', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user