Hi, would you be open to adding jest as a test runner and being able to make a .test.js file and have multiple test suites. I find that the single test runner in indes.js works but I would like to have multiple test assertions for multiple unit/functions. In the current scenario I have to run each function that i want to test within the single run function. Thoughts?
Hi, would you be open to adding jest as a test runner and being able to make a
.test.jsfile and have multiple test suites. I find that the single test runner inindes.jsworks but I would like to have multiple test assertions for multiple unit/functions. In the current scenario I have to run each function that i want to test within the single run function. Thoughts?