Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
Stub Date (https://stackoverflow.com/q/45723379/6320039)
node v8.17.0
version:
master
endpoint
share
tweet
var sinon = require("sinon") const stub = sinon.stub(Date.prototype, 'toLocaleTimeString').returns('foo') new Date().toLocaleTimeString("en-US");
Created from: https://npm.runkit.com/sinon
Loading…
no comments
sign in
to comment