I've been trying to learn unit-testing with Mocha using Visual Studio Code, as per this tutorial. But when I click the Play button to start Mocha Tests, I get an error about not finding the test files.
It apparently wants me to put the test files in a directory that'd kind of mess up the way I have things organized in my project.
So, is there a way for me to point it to the test folder I have set up elsewhere?