Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coverage test: use IstanbulJS(nyc) instead of legacy istanbul 0.4.0 to support async function instrumentation? #78

Closed
Gerhut opened this issue May 3, 2017 · 2 comments

Comments

@Gerhut
Copy link

Gerhut commented May 3, 2017

IstanbulJS

Istanbul instruments your ES5 and ES2015+ JavaScript code with line counters, so that you can track how well your unit-tests exercise your codebase.
The nyc command-line-client for Istanbul works well with most JavaScript testing frameworks: tap, mocha, AVA, etc.

@haoxins
Copy link
Member

haoxins commented May 4, 2017

Personally, I prefer jest. :)

For koa org, see koajs/koa#703 ~

@Gerhut
Copy link
Author

Gerhut commented May 4, 2017

I see, just waiting for the decision of koa org.

@Gerhut Gerhut closed this as completed May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants