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