Home
Dev To
About Me
Contact
#javascript
#node
#sinon
#testing
Lumin
@ilumin
Location:
Bangkok, Thailand
Joined:
Jan 25, 2018
Mock new Date with sinon
Publish Date:
May 5 '22
8
0
const
mockNow
=
new
Date
()
beforeEach
(()
=>
{
sinon
.
useFakeTimers
(
mockNow
.
getTime
())
})
Enter fullscreen mode
Exit fullscreen mode
Bye
Comments 0 total
Add comment