Skip to content

Commit 9e1dd92

Browse files
committed
fix: update getGitBranch test and skip when appropriate
1 parent 636aa45 commit 9e1dd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git-api-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('git-api', () => {
3636
// on CI the branch is also usually "HEAD" but we want actual
3737
// branch there. So it really makes sense to run this
3838
// test locally, but not when committing
39-
it.only('finds branch in given repo folder', () => {
39+
it('finds branch in given repo folder', () => {
4040
if (is.emptyString(currentBranch)) {
4141
return
4242
}

0 commit comments

Comments
 (0)