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 636aa45 commit 9e1dd92Copy full SHA for 9e1dd92
src/git-api-spec.js
@@ -36,7 +36,7 @@ describe('git-api', () => {
36
// on CI the branch is also usually "HEAD" but we want actual
37
// branch there. So it really makes sense to run this
38
// test locally, but not when committing
39
- it.only('finds branch in given repo folder', () => {
+ it('finds branch in given repo folder', () => {
40
if (is.emptyString(currentBranch)) {
41
return
42
}
0 commit comments