Skip to content

Commit aa724c1

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

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/test/generate/message.test.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@ describe("Generate description for a few changed files which each get named", fu
206206
"create foo.txt, bar.txt and buzz.js"
207207
);
208208

209+
assert.strictEqual(
210+
namedFilesDesc([
211+
{ x: "A", from: "foo.txt", y: " ", to: "" },
212+
{ x: "A", from: "docs/bar fuzz.txt", y: " ", to: "" },
213+
{ x: "A", from: "buzz.js", y: " ", to: "" },
214+
]),
215+
"create foo.txt, 'bar fuzz.txt' and buzz.js"
216+
);
217+
209218
assert.strictEqual(
210219
namedFilesDesc([
211220
{ x: "D", from: "foo.txt", y: " ", to: "" },

0 commit comments

Comments
 (0)