Echo JS 0.11.0

<~>
jaleksic 2291 days ago. link 1 point
Readme is quite promising and does a good job documenting the API. But I'm left slightly confused.. so it's not just a logging library but also generates tape tests? That's super interesting, but how does that work in practice? I think an article or even better a video that showcases workflows would be great!

Replies

benizra2 2291 days ago. link 1 point
Thanks for the feedback @jaleksic! We'll definitely consider your thoughtful suggestion. For the test generating aspect, you’re able to write in-file test scripts by using our method ___.test() as you build the code to be tested. When you're done building and want to export all the __.test()'s you made into their own test files, all you have to do is run the script and it generates Tape-formatted test files for you.