mocha-pretty-spec-reporter

Spec reporter for mocha without the messy stack traces

MIT 2 个版本
安装
npm install mocha-pretty-spec-reporter
yarn add mocha-pretty-spec-reporter
pnpm add mocha-pretty-spec-reporter
bun add mocha-pretty-spec-reporter
README

What is it?

Mocha's spec reporter for nodejs, without the messy stack traces. (Uses PrettyError)

screenshot

Usage

Install with npm:

$ npm install mocha-pretty-spec-reporter

Then use just like any other reporter:

$ mocha -R mocha-pretty-spec-reporter

License

MIT

版本列表
0.1.0-beta.2 2015-02-15
0.1.0-beta.1 2014-08-10