yarnからnpmに変更 #2
Annotations
3 errors
__tests__/script.test.ts > 関数型プログラミングの問題1 > 正しい結果が返ってきている:
__tests__/script.test.ts#L6
AssertionError: expected [] to deeply equal [ 'Ken', 'Hana' ]
- Expected
+ Received
- Array [
- "Ken",
- "Hana",
- ]
+ Array []
❯ __tests__/script.test.ts:6:21
|
__tests__/script.test.ts > 関数型プログラミングの問題2 > 正しい結果が返ってきている:
__tests__/script.test.ts#L12
AssertionError: expected +0 to deeply equal 125
- Expected
+ Received
- 125
+ 0
❯ __tests__/script.test.ts:12:21
|
Build and Test
Process completed with exit code 1.
|