Jest: fix ServiceWorker filename in collectCoverageFrom
This commit is contained in:
@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user