Comparing version 3.4.0 to 3.4.1
@@ -14,3 +14,3 @@ /*! | ||
exports.version = '3.4.0'; | ||
exports.version = '3.4.1'; | ||
@@ -17,0 +17,0 @@ /*! |
@@ -91,4 +91,4 @@ /*! | ||
* @param {Philosophical} expression to be tested | ||
* @param {String or Function} message or function that returns message to display if expression fails | ||
* @param {String or Function} negatedMessage or function that returns negatedMessage to display if negated expression fails | ||
* @param {String|Function} message or function that returns message to display if expression fails | ||
* @param {String|Function} negatedMessage or function that returns negatedMessage to display if negated expression fails | ||
* @param {Mixed} expected value (remember to check for negation) | ||
@@ -95,0 +95,0 @@ * @param {Mixed} actual (optional) will default to `this.obj` |
@@ -1114,3 +1114,3 @@ /*! | ||
* @alias key | ||
* @param {String...|Array|Object} keys | ||
* @param {...String|Array|Object} keys | ||
* @api public | ||
@@ -1218,3 +1218,2 @@ */ | ||
* expect(fn).to.throw(err); | ||
* expect(fn).to.not.throw(new RangeError('Out of range.')); | ||
* | ||
@@ -1221,0 +1220,0 @@ * Please note that when a throw expectation is negated, it will check each |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"repository": { | ||
@@ -23,0 +23,0 @@ "type": "git", |
Sorry, the diff of this file is too big to display
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
374207
9913