File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var used = [];
1414 * Chai version
1515 */
1616
17- exports . version = '4.3.3 ' ;
17+ exports . version = '4.3.8 ' ;
1818
1919/*!
2020 * Assertion Error
@@ -8608,6 +8608,7 @@ var config = require('../config');
86088608 * messages or should be truncated.
86098609 *
86108610 * @param {Mixed } javascript object to inspect
8611+ * @returns {string } stringified object
86118612 * @name objDisplay
86128613 * @namespace Utils
86138614 * @api public
@@ -9062,7 +9063,7 @@ var flag = require('./flag');
90629063/**
90639064 * ### .test(object, expression)
90649065 *
9065- * Test and object for expression.
9066+ * Test an object for expression.
90669067 *
90679068 * @param {Object } object (constructed Assertion)
90689069 * @param {Arguments } chai.Assertion.prototype.assert arguments
You can’t perform that action at this time.
0 commit comments