Skip to content

Commit

Permalink
chore(deps): update dependency mock-git to v2 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and bcoe committed May 5, 2019
1 parent 234d9dd commit 0d099ad
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 @@ -63,7 +63,7 @@
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "5.2.0",
"mock-git": "1.0.3",
"mock-git": "2.0.0",
"mockery": "2.1.0",
"nyc": "14.1.0",
"shelljs": "0.7.8"
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ describe('cli', function () {
writePackageJson('1.0.0')

let result = execCli()
result.code.should.equal(0)
result.code.should.equal(1)
result.stderr.should.match(/haha, kidding, this is just a warning/)

unmock()
Expand Down

0 comments on commit 0d099ad

Please sign in to comment.