Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ getOneSecondAfterMs
Function
getOneSecondAfterMs
e2e/__tests__/watchModeNoAccess.test.ts:46–46 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
44
});
45
46
const
getOneSecondAfterMs = (ms: number) => ms / 1000 + 1;
47
48
test(
'does not re-run tests when only access time is modified'
,
async
() => {
49
setupFiles();
Callers
1
watchModeNoAccess.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected