jest-mocha-reporter
Version:
A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser.
69 lines (68 loc) • 2.31 kB
JSON
{
"name": "jest-mocha-reporter",
"version": "1.0.1",
"main": "dist/jest-mocha-reporter.js",
"scripts": {
"lint": "eslint --ext .js ./src",
"prettier:format": "prettier-eslint './src/**/*.js' --write",
"prettier:different": "prettier-eslintt './src/**/*.js' --list-different",
"flow": "flow check",
"test": "cross-env NODE_ENV=test jest --coverage",
"test:watch": "cross-env NODE_ENV=test jest --watch",
"build:clean": "rm -rf ./dist",
"build:rollup": "rollup -c",
"check": "npm-run-all test lint flow prettier:different",
"build": "npm-run-all build:clean build:rollup",
"build:production": "cross-env NODE_ENV=production npm-run-all build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GarethSmall/jest-mocha-reporter.git"
},
"author": "Gareth Small <gareth.dylan.small@gmail.com> (https://github.com/GarethSmall)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GarethSmall/jest-mocha-reporter/issues"
},
"homepage": "https://github.com/GarethSmall/react-deux-hooks#readme",
"description": "A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser.",
"keywords": [
"jest",
"reporter",
"atlassian",
"bamboo"
],
"jest": {
"testURL": "http://localhost/",
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-flow": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"cross-env": "^5.2.0",
"eslint": "^5.7.0",
"eslint-config-prettier": "^3.1.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^3.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.25.1",
"eslint-plugin-prettier": "^3.0.0",
"flow-bin": "^0.85.0",
"jest": "^23.6.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.14.3",
"prettier-eslint-cli": "^4.7.1",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-flow": "^1.1.1",
"sinon": "~5.0.3"
}
}