We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a4c8b commit 5bffb8dCopy full SHA for 5bffb8d
test/tests/checkout.js
@@ -83,7 +83,7 @@ describe("Checkout", function() {
83
});
84
85
86
- it.only("can checkout a branch", function() {
+ it("can checkout a branch", function() {
87
var test = this;
88
89
return test.repository.checkoutBranch(checkoutBranchName)
0 commit comments