Skip to content

Commit

Permalink
Merge pull request #151 from lo1tuma/greenkeeper/chai-4.1.2
Browse files Browse the repository at this point in the history
Update chai to version 4.1.2
  • Loading branch information
lo1tuma authored Mar 2, 2018
2 parents 8e5e547 + 89d92d0 commit bbdf2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ramda": "^0.25.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.1.2",
"pr-log": "^2.0.0",
"istanbul": "^0.4.2",
"mocha": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('eslint-plugin-mocha', function () {
ruleFiles.forEach(function (file) {
var ruleName = path.basename(file, '.js');

expect(plugin).to.have.deep.property('rules.' + ruleName)
expect(plugin).to.have.nested.property('rules.' + ruleName)
.that.equals(require(rulesDir + ruleName));
});
});
Expand Down

0 comments on commit bbdf2b4

Please sign in to comment.