mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 00:07:08 +00:00
no longer exclude worklet files from coverage
This commit is contained in:
parent
c4d2d5301f
commit
3897d0fb87
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue