Skip to content

Commit

Permalink
fail method on Should and Expect interfaces now has BDD as namespace. C…
Browse files Browse the repository at this point in the history
…loses chaijs#487
  • Loading branch information
lucasfcosta committed Apr 20, 2016
1 parent dee3936 commit 1c88327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chai/interface/expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function (chai, util) {
* @param {Mixed} expected
* @param {String} message
* @param {String} operator
* @namespace Expect
* @namespace BDD
* @api public
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/chai/interface/should.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = function (chai, util) {
* @param {Mixed} expected
* @param {String} message
* @param {String} operator
* @namespace Should
* @namespace BDD
* @api public
*/

Expand Down

0 comments on commit 1c88327

Please sign in to comment.