# @webex/jsdoctrinetest

Latest version **3.12.0** (published 2026-03-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @webex/jsdoctrinetest
pnpm add @webex/jsdoctrinetest
yarn add @webex/jsdoctrinetest
bun add @webex/jsdoctrinetest
```

## Health

**Score 50/100 (C)** — status: active.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 3.12.0 |
| Published | 2026-03-26 |
| First published | 2018-06-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 4 |
| Unpacked size | 42.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 204 |
| Maintainers | webex-jenkins, adamweeks |
| Keywords | api, cisco, sdk, web, webex, jsdoc, doctrine |

## Links

- npm: https://www.npmjs.com/package/@webex/jsdoctrinetest
- Repository: https://github.com/webex/webex-js-sdk
- npm.io page: https://npm.io/package/@webex/jsdoctrinetest

## Dependencies (4)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [babylon](https://npm.io/package/babylon.md) ^6.18.0
- [doctrine](https://npm.io/package/doctrine.md) ^2.1.0
- [@webex/test-helper-chai](https://npm.io/package/@webex/test-helper-chai.md) 3.12.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 3.12.0 (latest) — 2026-03-26
- 3.12.0-auth-prejoin-fetch.1 (auth-prejoin-fetch) — 2026-09-03
- 3.12.0-llmrefactor.2 (llmrefactor) — 2026-08-25
- 3.12.0-next.6 (next) — 2026-08-25
- 3.12.0-webex-services-ready.4 (webex-services-ready) — 2026-08-14
- 3.12.0-metrics-init-fix-3.1 (metrics-init-fix-3) — 2026-08-11
- 3.12.0-metrics-init-fix-2.1 (metrics-init-fix-2) — 2026-08-11
- 3.12.0-mobius-socket.3 (mobius-socket) — 2026-05-11
- 3.12.0-task-refactor.1 (task-refactor) — 2026-04-30
- 3.10.0-set-bitrate.1 (set-bitrate) — 2025-12-22
- 3.10.0-wxc-disconnect.1 (wxc-disconnect) — 2025-11-24
- 3.9.0-multi-llms.1 (multi-llms) — 2025-10-17
- 3.9.0-webinar5k.1 (webinar5k) — 2025-09-09
- 3.8.1-web-workers-keepalive.1 (web-workers-keepalive) — 2025-07-08
- 3.7.0-wxcc.1 (wxcc) — 2025-03-11
- … 1359 more at https://npm.io/package/@webex/jsdoctrinetest/versions

## README

# @webex/jsdoctrinetest

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

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

- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [Maintainers](#maintainers)
- [License](#license)

## Install

```bash
npm install --save @webex/jsdoctrinetest
```

## Usage

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

```js
/**
 * @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`.

```bash
mocha -r @webex/jsdoctrinetest ./src
```

## Maintainers

This package is maintained by [Cisco Webex for Developers](https://developer.webex.com/).

## Contribute

Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/webex-js-sdk/blob/master/CONTRIBUTING.md) for more details.

## License

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

---
_Source: https://npm.io/package/@webex/jsdoctrinetest · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
