mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update lint.test.js
This commit is contained in:
parent
65c6bf85ab
commit
1df9826c2c
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue