Tip: JavaScript Date クラスを Jest でモックする方法
岩佐 孝浩
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'));
岩佐 孝浩
Software Developer at KAKEHASHI Inc.
AWS を活用したクラウドネイティブ・アプリケーションの要件定義・設計・開発に従事。
株式会社カケハシで、処方箋データ収集の新たな基盤の構築に携わっています。
Japan AWS Top Engineers 2020-2023