Jest: fix ServiceWorker filename in collectCoverageFrom

This commit is contained in:
Alex Gleason 2022-05-26 17:29:44 -04:00
parent 5c549a46e5
commit 4e72566989
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -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',
],