Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
callms committed Mar 12, 2024
1 parent 37a79fa commit a31f0ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/branch.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ describe("branch", () => {
// Some tests were commented out, see #92.
test.each([
// "core/foo--bar",
//"core/foo--bar--z",
// "core/foo--bar--z",
"foo/foo-bar",
// "feature/foo",
//"hotfix/foo",
// "hotfix/foo",
// "core/foo",
//"asset/foo",
//"documentation/foo",
// "asset/foo",
// "documentation/foo",
"chore",
"chore/",
"chore/FOO",
Expand Down

0 comments on commit a31f0ed

Please sign in to comment.