mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update.test.js
This commit is contained in:
parent
b56d0330b2
commit
7a8bfc6907
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ beforeEach(() => {
|
|||
'tests/__data__/input/database/update-guides/programs.db',
|
||||
'tests/__data__/output/programs.db'
|
||||
)
|
||||
fs.copyFileSync(
|
||||
'tests/__data__/input/database/update-guides/queue.db',
|
||||
'tests/__data__/output/queue.db'
|
||||
)
|
||||
})
|
||||
|
||||
it('can generate /guides', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue