From 2200390d4c2a243e2a059c6c661b530469384e24 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sat, 5 Feb 2022 23:36:05 -0400 Subject: [PATCH] disable eslint warning on intentionally skipped test --- tests/structures/chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/structures/chat.js b/tests/structures/chat.js index 92d18a0..144aa5d 100644 --- a/tests/structures/chat.js +++ b/tests/structures/chat.js @@ -166,6 +166,7 @@ describe('Chat', function () { }); }); + // eslint-disable-next-line mocha/no-skipped-tests describe.skip('Destructive operations', function () { it('can clear all messages from chat', async function () { this.timeout(5000);