Update lint.test.js

This commit is contained in:
Aleksandr Statciuk 2022-02-28 12:29:27 +03:00
parent 65c6bf85ab
commit 1df9826c2c

View file

@ -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',