Skip to content

Commit 186dc59

Browse files
committed
test: update message.test.ts
1 parent c9d204a commit 186dc59

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/test/generate/message.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@ describe("Generate description for a few changed files which each get named", fu
171171
"create foo.txt and bar.txt"
172172
);
173173

174+
assert.strictEqual(
175+
namedFilesDesc([
176+
{ x: "A", from: "foo bar.txt", y: " ", to: "" },
177+
{ x: "A", from: "fizz buzz.txt", y: " ", to: "" },
178+
]),
179+
"create 'foo bar.txt' and 'fizz buzz.txt'"
180+
);
181+
174182
assert.strictEqual(
175183
namedFilesDesc([
176184
{ x: "M", from: "foo.txt", y: " ", to: "" },

0 commit comments

Comments
 (0)