Yep, lately I’ve been doing end-to-end tests for my code, but I’m trying to keep modules small enough, so it fits into TDD narrative.
I think we’re talking about the same thing. I do start with separate test.js which is my playground where I’m trying to run the thing with different parameters. Later I’m copying chunks from…