From 40b71c7751049bf22c34480ab5f7e99736f472bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kopycin=CC=81ski?= Date: Tue, 7 Jan 2020 16:01:49 +0100 Subject: [PATCH] fix lint --- x-pack/legacy/plugins/reporting/index.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/legacy/plugins/reporting/index.test.js b/x-pack/legacy/plugins/reporting/index.test.js index f1b471071153c..0d9a717bd7d81 100644 --- a/x-pack/legacy/plugins/reporting/index.test.js +++ b/x-pack/legacy/plugins/reporting/index.test.js @@ -16,6 +16,7 @@ jest.mock('os', () => { return os; }); +// eslint-disable-next-line jest/valid-describe const describeWithContext = describe.each([ [{ dev: false, dist: false }], [{ dev: true, dist: false }],