Hacker News new | ask | show | jobs
by Callicles 3212 days ago
How does that compare to writing tests and checking code coverage?

The docs says that it tries to explore all the branches of the AST, isn't that what coverage is doing?

I might be missing something.

1 comments

JS Studio does it for you. Best to think of it along the lines of a fuzzer for JS.