Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Aug 24, 2023
1 parent b351dc0 commit 8d3205b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chai.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var used = [];
* Chai version
*/

exports.version = '4.3.3';
exports.version = '4.3.8';

/*!
* Assertion Error
Expand Down Expand Up @@ -8608,6 +8608,7 @@ var config = require('../config');
* messages or should be truncated.
*
* @param {Mixed} javascript object to inspect
* @returns {string} stringified object
* @name objDisplay
* @namespace Utils
* @api public
Expand Down Expand Up @@ -9062,7 +9063,7 @@ var flag = require('./flag');
/**
* ### .test(object, expression)
*
* Test and object for expression.
* Test an object for expression.
*
* @param {Object} object (constructed Assertion)
* @param {Arguments} chai.Assertion.prototype.assert arguments
Expand Down

0 comments on commit 8d3205b

Please sign in to comment.