kerning text

This commit is contained in:
Nebel 2022-07-22 19:06:15 +09:00
parent a574f1d844
commit 06fc518669

View file

@ -1,5 +1,5 @@
import sum from "./sum";
test("1 と 2 の合計は 3", () => {
test("1と2の合計は3です", () => {
expect(sum(1, 2)).toBe(3);
});