Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 15, 2018
1 parent 06d6df1 commit cd0e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git-api-spec.js
Expand Up @@ -36,7 +36,7 @@ describe('git-api', () => {
// branch there. So it really makes sense to run this
// test locally, but not when committing
it('finds branch in given repo folder', () => {
if (is.emptyString(currentBranch)) {
if (currentBranch === null) {
return
}
console.log('current branch "%s"', currentBranch)
Expand Down

0 comments on commit cd0e2c9

Please sign in to comment.