MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / getTime

Function getTime

reporter.cjs:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71// To prevent environments from thinking we're dead due to lack of
72// output, we force output after 20s
73function getTime() { return (new Date()).getTime(); }
74const KEEP_ALIVE = 20 * 1000;
75
76// this reporter outputs test results, indenting two spaces per suite

Callers 3

constructorMethod · 0.70
logMethod · 0.70
addPassMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected