John-David Bell

Results 2 issues of John-David Bell

`dmc test` currently accepts a `--ns` option, but there are no options to run a specific class or a specific test within a class. Add the following options: - `--class`...

enhancement
help wanted

If I have a comment block like so: ``` /** * Use this function like so: * * * foo({ baz: "bat" }).then(function(){}); * * * @param {object=} options -...