jest-json-to-tap
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "jest-json-to-tap", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Jest Json parser that outputs TAP results", | ||
@@ -17,6 +17,6 @@ "main": "index.js", | ||
"author": "MailOnline <fe@mailonline.co.uk>", | ||
"homepage": "https://github.com/MailOnline/mol-fe-jest-tap-results-processor", | ||
"homepage": "https://github.com/MailOnline/jest-json-to-tap", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:MailOnline/mol-fe-jest-tap-results-processor.git" | ||
"url": "git@github.com:MailOnline/jest-json-to-tap.git" | ||
}, | ||
@@ -23,0 +23,0 @@ "license": "MIT", |
@@ -14,3 +14,3 @@ # jest-json-to-tap | ||
``` | ||
$ jest --json 2>/dev/null | jest-jsont-to-tap | ||
$ jest --json 2>/dev/null | jest-json-to-tap | ||
``` | ||
@@ -17,0 +17,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
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
17262