Tip: JavaScript Date クラスを Jest でモックする方法
Takahiro Iwasa
1 min read
Jest
Jest で new Date()
をモックする方法を探していました。
fake timers と setSystemTime
を以下のように使用できます。
jest.useFakeTimers().setSystemTime(new Date('2023-01-02 12:34:56'));
Jest で new Date()
をモックする方法を探していました。
fake timers と setSystemTime
を以下のように使用できます。
jest.useFakeTimers().setSystemTime(new Date('2023-01-02 12:34:56'));
Takahiro Iwasa
Software Developer at KAKEHASHI Inc.
Involved in the requirements definition, design, and development of cloud-native applications using AWS.
Now, building a new prescription data collection platform at KAKEHASHI Inc.
Japan AWS Top Engineers 2020-2023.