Echo JS 0.11.0

<~>

benizra2 comments

benizra2 2312 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.