Skip to content

Commit

Permalink
Fix chai deprecation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 9, 2018
1 parent 0cb7056 commit 5c79d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exports.afterFixture = function(scratch, done) {
exports.git = require('../lib/git');

/** @type {boolean} */
chai.Assertion.includeStack = true;
chai.config.includeStack = true;

/**
* Chai's assert function configured to include stacks on failure.
Expand Down

0 comments on commit 5c79d9e

Please sign in to comment.