mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +00:00
disable eslint warning on intentionally skipped test
This commit is contained in:
@@ -166,6 +166,7 @@ describe('Chat', function () {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// eslint-disable-next-line mocha/no-skipped-tests
|
||||||
describe.skip('Destructive operations', function () {
|
describe.skip('Destructive operations', function () {
|
||||||
it('can clear all messages from chat', async function () {
|
it('can clear all messages from chat', async function () {
|
||||||
this.timeout(5000);
|
this.timeout(5000);
|
||||||
|
|||||||
Reference in New Issue
Block a user