Skip to content

Commit feef7f8

Browse files
committed
style: update prepareCommitMsg.test.ts
1 parent 02c9d7f commit feef7f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/prepareCommitMsg.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,10 @@ describe("Prepare commit message", function () {
714714
});
715715

716716
it("handles a single created file with special characters", function () {
717-
assert.strictEqual(_newMsg(["A\tspëcial châracters.md"]), "feat: create 'spëcial châracters.md'");
717+
assert.strictEqual(
718+
_newMsg(["A\tspëcial châracters.md"]),
719+
"feat: create 'spëcial châracters.md'",
720+
);
718721
});
719722
});
720723

0 commit comments

Comments
 (0)