Skip to content

Commit 7c02db3

Browse files
committed
test: update parseExisting.test.ts
1 parent 61c33a0 commit 7c02db3

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/test/generate/parseExisting.test.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ describe("Split an existing message into components", function () {
99
description: "abc def",
1010
});
1111
});
12-
13-
it("handles a Jira prefix alone", function () {
14-
assert.deepStrictEqual(_splitPrefixDesc("[ABCD-1234]"), {
15-
prefix: "",
16-
description: "[ABCD-1234]",
17-
});
18-
});
1912
});
2013

2114
describe("#splitMsg", function () {
@@ -27,14 +20,6 @@ describe("Split an existing message into components", function () {
2720
});
2821
});
2922

30-
it("handles a Jira prefix alone", function () {
31-
assert.deepStrictEqual(splitMsg("[ABCD-1234]"), {
32-
customPrefix: "",
33-
typePrefix: "",
34-
description: "[ABCD-1234]",
35-
});
36-
});
37-
3823
it("handles a type prefix alone", function () {
3924
assert.deepStrictEqual(splitMsg("docs:"), {
4025
customPrefix: "",

0 commit comments

Comments
 (0)