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