mirror of https://github.com/iptv-org/iptv
Move test script to /scripts
parent
9dd844a417
commit
f1b03fee8a
@ -1,6 +1,6 @@
|
||||
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0
|
||||
|
||||
const helper = require('../scripts/helper')
|
||||
const helper = require('./helper')
|
||||
const ffmpeg = require('fluent-ffmpeg')
|
||||
|
||||
const verbose = process.env.npm_config_debug || false
|
||||
Loading…
Reference in New Issue