mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update tvtv.us.config.js
This commit is contained in:
@@ -142,6 +142,8 @@ function parseItems(content) {
|
||||
}
|
||||
|
||||
function wait(ms) {
|
||||
if (process.env.NODE_ENV === 'test') return
|
||||
|
||||
return new Promise(resolve => {
|
||||
setTimeout(resolve, ms)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user