mocha-qa
Version:
A convenience helper for testing promises using the mocha library
41 lines (40 loc) • 812 B
JSON
{
"name": "mocha-qa",
"version": "0.9.3",
"description": "A convenience helper for testing promises using the mocha library",
"main": "mocha-qa.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/chunksnbits/mocha-qa"
},
"keywords": [
"mocha",
"mochajs",
"promises",
"q",
"bluebird",
"reject",
"resolve",
"then",
"catch",
"testing",
"unit-tests",
"tests",
"test"
],
"author": "https://github.com/chunksnbits",
"license": "MIT",
"bugs": {
"url": "https://github.com/chunksnbits/mocha-qa/issues"
},
"homepage": "https://github.com/chunksnbits/mocha-qa",
"dependencies": {
"lodash": "^3.1.0"
},
"devDependencies": {
"mocha": "^2.1.0"
}
}