react-cdk
react-cdk copied to clipboard
Add code coverage support
It's better if we support code coverage support as well.
@mnmtanish I hope you did some stuffs on this field right?
I tried isparta earlier but couldn't get it to work well in some cases. I read about this babel plugin just recently. If the babel-plugin works well we can use it or we'll just use isparta.
I saw some uses istanbul ?
Is ava
an option?
@xcv58 This is about code coverage. But unfortuantely, we won't support ava. Parallel testing in something we tested with React testing specially since we use JSDOM.
@arunoda sorry about this. I actually mean nyc
for test coverage.