From 4113921fdd6e5305e5eaffab35a59093e342d19c Mon Sep 17 00:00:00 2001 From: Brian Seeders Date: Tue, 19 Oct 2021 18:05:47 -0400 Subject: [PATCH] Revert "Add a temporary test change" This reverts commit 2093473ab7fcc1bcf7636502d68b759b3295c4ab. --- x-pack/plugins/uptime/jest.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/uptime/jest.config.js b/x-pack/plugins/uptime/jest.config.js index 143a34bcad3e..baafb5ce133e 100644 --- a/x-pack/plugins/uptime/jest.config.js +++ b/x-pack/plugins/uptime/jest.config.js @@ -13,5 +13,3 @@ module.exports = { coverageReporters: ['text', 'html'], collectCoverageFrom: ['/x-pack/plugins/uptime/{common,public,server}/**/*.{ts,tsx}'], }; - -// TODO remove me after testing