From 1df9826c2c419e5c8dd0d0bdb746c309436b68e0 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 28 Feb 2022 12:29:27 +0300 Subject: [PATCH] Update lint.test.js --- tests/commands/channels/lint.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',