jasmine-fail-fast
Version:
Allow Jasmine tests to "fail-fast", exiting on the first failure instead of running all tests no matter what.
31 lines (30 loc) • 793 B
JSON
{
"name": "jasmine-fail-fast",
"version": "2.0.1",
"description": "Allow Jasmine tests to \"fail-fast\", exiting on the first failure instead of running all tests no matter what. ",
"repository": {
"type": "git",
"url": "git://github.com/Updater/jasmine-fail-fast.git"
},
"main": "dist/jasmine-fail-fast.js",
"scripts": {
"prepublishOnly": "mkdirp dist && babel -o dist/jasmine-fail-fast.js src/index.js",
"test": "jasmine"
},
"keywords": [
"jasmine",
"fail-fast"
],
"author": "pmowrer@gmail.com",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"babel": "5.6.23",
"jasmine": "^2.3.1",
"mkdirp": "^1.0.3",
"semantic-release": "^17.0.2",
"semantic-release-github-pr": "^6.0.0"
}
}