mocha-slow-options
Version:
Adds more configuration options to Mocha's built-in reporters
36 lines (35 loc) • 731 B
JSON
{
"name": "mocha-slow-options",
"version": "0.0.2",
"description": "Adds more configuration options to Mocha's built-in reporters",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {},
"author": "Unbounded Systems",
"license": "MIT",
"contributors": [
{
"name": "Mark Terrel"
}
],
"keywords": [
"mocha",
"mocha.js",
"mochajs",
"reporter",
"slow",
"spec",
"red",
"yellow",
"time"
],
"repository": {
"type": "git",
"url": "https://github.com/unboundedsystems/mocha-slow-options.git"
},
"dependencies": {
"mocha": "^5.1.1"
}
}