Skip to content

Commit 8d3205b

Browse files
committed
build
1 parent b351dc0 commit 8d3205b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

chai.js

+3-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)