We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d6df1 commit cd0e2c9Copy full SHA for cd0e2c9
src/git-api-spec.js
@@ -36,7 +36,7 @@ describe('git-api', () => {
36
// branch there. So it really makes sense to run this
37
// test locally, but not when committing
38
it('finds branch in given repo folder', () => {
39
- if (is.emptyString(currentBranch)) {
+ if (currentBranch === null) {
40
return
41
}
42
console.log('current branch "%s"', currentBranch)
0 commit comments