npm.io
3.12.0 • Published 5 months ago

@webex/jsdoctrinetest

Licence
MIT
Version
3.12.0
Deps
4
Size
42 kB
Vulns
0
Weekly
0
Stars
204

@webex/jsdoctrinetest

standard-readme compliant

Mocha plugin which parses source code for doc blocks containing assertions and runs them as mocha specs.

Install

npm install --save @webex/jsdoctrinetest

Usage

Assuming your source code is in ./src and you've got code like

/**
 * @example
 * fn();
 * //=> true
 * @returns {boolean}
 */
exports.fn = function fn() {
  return true;
};

The following command will create a run a mocha spec asserting the result of fn() is true.

mocha -r @webex/jsdoctrinetest ./src

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

2016-2020 Cisco and/or its affiliates. All Rights Reserved.

Keywords