Skip to content

Commit bd5dc89

Browse files
committed
test: update parseExisting.test.ts
1 parent 314bc98 commit bd5dc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/generate/parseExisting.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe("Split an existing message into components", function () {
9696
// description.
9797
// TODO: Handle hard bracket recognition or some other pattern here, as
9898
// then no logic is needed for commit message template (which VS Code can
99-
// already read).
99+
// already read). Or maybe just single word is enough.
100100
assert.deepStrictEqual(splitMsg("[ABCD-1234]"), {
101101
customPrefix: "",
102102
typePrefix: "",

0 commit comments

Comments
 (0)