I'm reading up on testing JavaScript code in gener...
# suitescript
k
I'm reading up on testing JavaScript code in general. Most tutorials I've found have their tests stored in a ./test/ directory in the root of their project directory. Is this the best practice for JavaScript development or just happenstance that that's how they've all done it?