Suman-default - helps run suman tests quickly at the command line
npm install suman-dThis project was executed like so:
``javascript
import {startSumanD, ISubsetSumanDOptions} from 'suman-d';
export const run = function (projectRoot: string, sumanLibRoot: string, opts: ISubsetSumanDOptions) {
const fn = startSumanD(projectRoot, sumanLibRoot, opts || {});
};
`
and at the CLI
`javascript``
NODE_PATH=${NEW_NODE_PATH} PATH=${NEW_PATH} SUMAN_EXTRANEOUS_EXECUTABLE=yes node "${X}/cli.js" --suman-d $@