mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update lint.test.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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 {
|
||||
const stdout = execSync(
|
||||
'npm run channels:lint -- tests/__data__/input/sites/lint.channels.xml',
|
||||
|
||||
Reference in New Issue
Block a user