no longer exclude worklet files from coverage

This commit is contained in:
Yotam Mann 2020-05-07 09:27:05 -04:00
parent c4d2d5301f
commit 3897d0fb87

View file

@ -59,7 +59,7 @@ module.exports = function (config) {
entrypoints: entryPoints
},
coverageOptions: {
exclude: /(.*\.test\.ts|test\/.*\.ts|.*\.worklet\.ts)$/i,
exclude: /(.*\.test\.ts|test\/.*\.ts)$/i,
},
reports: {
html: path.resolve(__dirname, "../coverage"),