From 4e7256698945997f878d6119398c7a6399de7a98 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 26 May 2022 17:29:44 -0400 Subject: [PATCH] Jest: fix ServiceWorker filename in collectCoverageFrom --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index c2c762be2..8796e5595 100644 --- a/jest.config.js +++ b/jest.config.js @@ -22,7 +22,7 @@ module.exports = { 'app/soapbox/**/*.tsx', '!app/soapbox/features/emoji/emoji_compressed.js', '!app/soapbox/locales/locale-data/*.js', - '!app/soapbox/service_worker/entry.js', + '!app/soapbox/service_worker/entry.ts', '!app/soapbox/jest/test-setup.ts', '!app/soapbox/jest/test-helpers.ts', ],