sinon-chai
Advanced tools
Comparing version 2.14.0 to 3.0.0
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "2.14.0", | ||
"version": "3.0.0", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
@@ -32,4 +32,4 @@ "license": "(BSD-2-Clause OR WTFPL)", | ||
"peerDependencies": { | ||
"chai": ">=1.9.2 <5", | ||
"sinon": "^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0" | ||
"chai": "^4.0.0", | ||
"sinon": "^4.0.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -9,3 +9,3 @@ # Sinon.JS Assertions for Chai | ||
```javascript | ||
sinon.assertCalledWith(mySpy, "foo"); | ||
sinon.assert.calledWith(mySpy, "foo"); | ||
``` | ||
@@ -12,0 +12,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
16215