Skip to content

Commit

Permalink
style: update prepareCommitMsg.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Aug 19, 2024
1 parent 02c9d7f commit feef7f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/prepareCommitMsg.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,10 @@ describe("Prepare commit message", function () {
});

it("handles a single created file with special characters", function () {
assert.strictEqual(_newMsg(["A\tspëcial châracters.md"]), "feat: create 'spëcial châracters.md'");
assert.strictEqual(
_newMsg(["A\tspëcial châracters.md"]),
"feat: create 'spëcial châracters.md'",
);
});
});

Expand Down

0 comments on commit feef7f8

Please sign in to comment.