jest-bamboo-reporter
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "jest-bamboo-reporter", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "nyc tape index.test.js" | ||
"test": "jest --coverage" | ||
}, | ||
@@ -27,6 +27,5 @@ "description": "A reporter for jest which produces a report compatible with Atlassian Bamboo Mocha Test Parser.", | ||
"devDependencies": { | ||
"moment": "~2.14.1", | ||
"nyc": "~8.1.0", | ||
"tape": "~4.6.0" | ||
"jest": "~21.2.1", | ||
"sinon": "~4.1.2" | ||
} | ||
} |
@@ -28,3 +28,3 @@ # jest-bamboo-reporter | ||
{ | ||
"testResultsProcessor": "./node_modules/jest-bamboo-reporter" | ||
"testResultsProcessor": "jest-bamboo-reporter" | ||
} | ||
@@ -31,0 +31,0 @@ ~~~ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2
1
753067
30211
1