diff --git a/tests/commands/channels/lint.test.js b/tests/commands/channels/lint.test.js index b35728d0..f504efd6 100644 --- a/tests/commands/channels/lint.test.js +++ b/tests/commands/channels/lint.test.js @@ -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',