Skip to content

Commit 9c6acbf

Browse files
committed
style: update prepareCommitMsg.test.ts
1 parent 40a2bad commit 9c6acbf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/test/prepareCommitMsg.test.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ import * as assert from "assert";
77
import { MsgPieces } from "../generate/parseExisting.d";
88
import { CONVENTIONAL_TYPE } from "../lib/constants";
99
import {
10-
generateMsg, _collapse,
10+
generateMsg,
11+
_collapse,
1112
_combineOldAndNew,
1213
_formatMsg,
1314
_generateMsgWithOld,
14-
_joinOldAndNew, _joinWithSpace, _msgCount,
15+
_joinOldAndNew,
16+
_joinWithSpace,
17+
_msgCount,
1518
_msgFromChanges,
1619
_msgNamed,
1720
_newMsg,
18-
_prefixFromChange
21+
_prefixFromChange,
1922
} from "../prepareCommitMsg";
2023
import { ConvCommitMsg } from "../prepareCommitMsg.d";
2124

0 commit comments

Comments
 (0)