nodeunit
nodeunit copied to clipboard
Ways to skip, and run single(s) tests
Hi, is it possible to skip tests, skip groups, subgroups, etc..? Same with picking single or few particular tests to run.
The way Mocha does it is by using prepending .only / .skip in front of test or group. Is it possible in NodeUnit?