Sign in
chromium
/
devtools
/
devtools-frontend
/
4c25e2f022864cdc91e50eec6f9befaffe6072cc
/
.
/
node_modules
/
streamroller
/
lib
/
now.js
blob: 4dc39efa8c146472d1c169d70f80fbf3ad7ba893 [
file
]
// allows us to inject a mock date in tests
module
.
exports
=
()
=>
new
Date
();