mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 22:08:00 +00:00
kerning text
This commit is contained in:
parent
a574f1d844
commit
06fc518669
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import sum from "./sum";
|
import sum from "./sum";
|
||||||
|
|
||||||
test("1 と 2 の合計は 3", () => {
|
test("1と2の合計は3です", () => {
|
||||||
expect(sum(1, 2)).toBe(3);
|
expect(sum(1, 2)).toBe(3);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue