Comparing version 1.1.0-RC0 to 1.1.0-RC1
@@ -5,3 +5,3 @@ { | ||
"author": "tbeseda", | ||
"version": "1.1.0-RC0", | ||
"version": "1.1.0-RC1", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "type": "module", |
@@ -63,5 +63,13 @@ <h1 align="center"><code>tap-arc</code> 📋</h1> | ||
--no-diff | ||
Do not show diff for failed assertions | ||
example: tap-arc --no-diff | ||
--no-color | ||
Output without ANSI escape sequences for colors | ||
example: tap-arc --no-color | ||
--fail-bad-count | ||
Fail when the number of assertions parsed does not match the plan | ||
example: tap-arc --fail-bad-count | ||
``` | ||
@@ -96,3 +104,3 @@ | ||
<details open> | ||
<details> | ||
<summary>"Expected <code>n</code> assertions, but found <code>< n</code>"</summary> | ||
@@ -99,0 +107,0 @@ |
@@ -16,4 +16,12 @@ export default ` | ||
--no-diff | ||
Do not show diff for failed assertions | ||
example: tap-arc --no-diff | ||
--no-color | ||
Output without ANSI escape sequences for colors | ||
example: tap-arc --no-color` | ||
example: tap-arc --no-color | ||
--fail-bad-count | ||
Fail when the number of assertions parsed does not match the plan | ||
example: tap-arc --fail-bad-count` |
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
31731
423
142