タイムライン
kaitokosugeppp
const helloMock = vi.fn().mockResolvedValue("hello!")
1
await helloMock()
2
helloMock()