Set up nyc coverage reporting to pick up *.bs.js files in repo. Currently there is one unit test that is running through bs-jest, but for some reason nyc/Istanbul, is not picking it up as part of the coverage reporting.
Have tried reaching out numerous times on the discord channel. As of now, there is nothing that we can do with regards to coverage reporting time to move on.
Set up nyc coverage reporting to pick up
*.bs.js
files in repo. Currently there is one unit test that is running through bs-jest, but for some reason nyc/Istanbul, is not picking it up as part of the coverage reporting.Take inspiration from here: https://github.com/bordoley/rx-reason/blob/master/packages/rx-reason/package.json if possible.