This commit is contained in:
parent
d3251fd50a
commit
32f537cd05
1 changed files with 6 additions and 0 deletions
|
@ -25,4 +25,10 @@ describe("Capitalize", () => {
|
||||||
expect(name.capitalize()).toBe("Super");
|
expect(name.capitalize()).toBe("Super");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
const name = "";
|
||||||
|
test(name, () => {
|
||||||
|
expect(name.capitalize()).toBe("");
|
||||||
|
});
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue