0.0.1 • Published 3 years ago
@dword-design/mocha-spec-reporter-with-file-names v0.0.1
mocha-spec-reporter-with-file-names
Modified version of the Mocha default built-in spec reporter but with file names included in the output.
Here's what the output looks like:

Usage
Config
// .mocharc.js
const SpecReporterWithFileNames = require('mocha-spec-reporter-with-file-names');
module.exports = {
reporter: SpecReporterWithFileNames.pathToThisReporter,
};CLI
npx mocha --reporter './node_modules/mocha-spec-reporter-with-file-names'0.0.1
3 years ago