We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b351dc0 commit 8d3205bCopy full SHA for 8d3205b
chai.js
@@ -14,7 +14,7 @@ var used = [];
14
* Chai version
15
*/
16
17
-exports.version = '4.3.3';
+exports.version = '4.3.8';
18
19
/*!
20
* Assertion Error
@@ -8608,6 +8608,7 @@ var config = require('../config');
8608
* messages or should be truncated.
8609
*
8610
* @param {Mixed} javascript object to inspect
8611
+ * @returns {string} stringified object
8612
* @name objDisplay
8613
* @namespace Utils
8614
* @api public
@@ -9062,7 +9063,7 @@ var flag = require('./flag');
9062
9063
/**
9064
* ### .test(object, expression)
9065
- * Test and object for expression.
9066
+ * Test an object for expression.
9067
9068
* @param {Object} object (constructed Assertion)
9069
* @param {Arguments} chai.Assertion.prototype.assert arguments
0 commit comments