Skip to content

Commit 2ea2d4b

Browse files
committed
add test
1 parent d6ebebe commit 2ea2d4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/helper.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ suite("function helper test", () => {
4141
test("parseArgs handle spaces well", () => {
4242
assert.equal(2, parseArgs(" a, b").length);
4343
});
44+
test("parseArgs handle empty args", () => {
45+
assert.equal(0, parseArgs("").length);
46+
});
4447
});
4548

4649

0 commit comments

Comments
 (0)