mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
wip
This commit is contained in:
@@ -10,6 +10,10 @@ beforeEach(() => {
|
|||||||
'tests/__data__/input/database/channels.db',
|
'tests/__data__/input/database/channels.db',
|
||||||
'tests/__data__/temp/database/channels.db'
|
'tests/__data__/temp/database/channels.db'
|
||||||
)
|
)
|
||||||
|
fs.copyFileSync(
|
||||||
|
'tests/__data__/input/database/programs.db',
|
||||||
|
'tests/__data__/temp/database/programs.db'
|
||||||
|
)
|
||||||
|
|
||||||
execSync(
|
execSync(
|
||||||
'DB_DIR=tests/__data__/temp/database PUBLIC_DIR=tests/__data__/output node scripts/commands/generate-guides.js',
|
'DB_DIR=tests/__data__/temp/database PUBLIC_DIR=tests/__data__/output node scripts/commands/generate-guides.js',
|
||||||
|
|||||||
Reference in New Issue
Block a user