assert-expect
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "assert-expect", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "exposes qunit-style assert.expect", | ||
@@ -5,0 +5,0 @@ "author": "Thomas Hallock - 1stdibs.com, Inc.", |
@@ -16,3 +16,3 @@ # assert-expect | ||
assert(true); | ||
assert.finished(); // throws exception because only 2 asserts were expected. | ||
assert.finished(); // throws exception because 2 asserts were expected, but three were made. | ||
``` |
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
2672