mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 02:16:47 -05:00
Replace LF with CRLF
This commit is contained in:
@@ -3,7 +3,8 @@ import { execSync } from 'child_process'
|
|||||||
import * as fs from 'fs-extra'
|
import * as fs from 'fs-extra'
|
||||||
import { glob } from 'glob'
|
import { glob } from 'glob'
|
||||||
|
|
||||||
const ENV_VAR = 'cross-env STREAMS_DIR=tests/__data__/output/streams DATA_DIR=tests/__data__/input/data'
|
const ENV_VAR =
|
||||||
|
'cross-env STREAMS_DIR=tests/__data__/output/streams DATA_DIR=tests/__data__/input/data'
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
fs.emptyDirSync('tests/__data__/output')
|
fs.emptyDirSync('tests/__data__/output')
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ type ExecError = {
|
|||||||
stdout: string
|
stdout: string
|
||||||
}
|
}
|
||||||
|
|
||||||
const ENV_VAR = 'cross-env DATA_DIR=tests/__data__/input/data ROOT_DIR=tests/__data__/input/playlist_validate'
|
const ENV_VAR =
|
||||||
|
'cross-env DATA_DIR=tests/__data__/input/data ROOT_DIR=tests/__data__/input/playlist_validate'
|
||||||
|
|
||||||
describe('playlist:validate', () => {
|
describe('playlist:validate', () => {
|
||||||
it('show an error if channel id in the blocklist', () => {
|
it('show an error if channel id in the blocklist', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user