Jest: fix ServiceWorker filename in collectCoverageFrom
This commit is contained in:
parent
5c549a46e5
commit
4e72566989
|
@ -22,7 +22,7 @@ module.exports = {
|
||||||
'app/soapbox/**/*.tsx',
|
'app/soapbox/**/*.tsx',
|
||||||
'!app/soapbox/features/emoji/emoji_compressed.js',
|
'!app/soapbox/features/emoji/emoji_compressed.js',
|
||||||
'!app/soapbox/locales/locale-data/*.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-setup.ts',
|
||||||
'!app/soapbox/jest/test-helpers.ts',
|
'!app/soapbox/jest/test-helpers.ts',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue