You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I have the test coverage report fail all the lines of javascript files. By marking allowJs to false in tsconfig it completely ignores js files and by marking it as true, it pretty much passes all the js lines which is not what I want. Any help is appreciated.l
The text was updated successfully, but these errors were encountered:
Thanks for this excellent package!
How do I have the test coverage report fail all the lines of javascript files. By marking allowJs to false in tsconfig it completely ignores js files and by marking it as true, it pretty much passes all the js lines which is not what I want. Any help is appreciated.l
The text was updated successfully, but these errors were encountered: