mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 19:36:58 -05:00
Update lint.test.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
const { execSync } = require('child_process')
|
const { execSync } = require('child_process')
|
||||||
|
|
||||||
fit('will show a message if the file contains a syntax error', () => {
|
it('will show a message if the file contains a syntax error', () => {
|
||||||
try {
|
try {
|
||||||
const stdout = execSync(
|
const stdout = execSync(
|
||||||
'npm run channels:lint -- tests/__data__/input/sites/lint.channels.xml',
|
'npm run channels:lint -- tests/__data__/input/sites/lint.channels.xml',
|
||||||
|
|||||||
Reference in New Issue
Block a user