@sinonjs/referee
Advanced tools
Comparing version 11.0.0 to 11.0.1
{ | ||
"name": "@sinonjs/referee", | ||
"version": "11.0.0", | ||
"version": "11.0.1", | ||
"description": "Assertions for any JavaScript test framework and environment", | ||
@@ -70,3 +70,5 @@ "author": "Christian Johansen", | ||
"sinon": "^17.0.1" | ||
} | ||
}, | ||
"cdn": "./dist/referee.js", | ||
"jsdelivr": "./dist/referee.js" | ||
} |
@@ -13,3 +13,3 @@ # referee | ||
- Supports custom assertions | ||
- Symmetric assert/refute (refute is **referee**'s "assert.not\*") | ||
- Complementary `assert/refute` (`refute` is referee's `assert.not`) | ||
- Evented: Emits success and failure events | ||
@@ -16,0 +16,0 @@ - Failing assertions throw exceptions by default, but can be configured to not |
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
343832