mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-16 12:00:04 -04:00
Remove expected/database/streams.db
This commit is contained in:
parent
72cbe4741b
commit
4355fdb28c
5 changed files with 6 additions and 5 deletions
|
@ -5,7 +5,7 @@ const path = require('path')
|
|||
beforeEach(() => {
|
||||
fs.emptyDirSync('tests/__data__/output')
|
||||
fs.copyFileSync(
|
||||
'tests/__data__/input/database/base_streams.db',
|
||||
'tests/__data__/input/database/cluster_load.streams.db',
|
||||
'tests/__data__/output/streams.db'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue