MCPcopy
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
46const getOneSecondAfterMs = (ms: number) => ms / 1000 + 1;
47
48test('does not re-run tests when only access time is modified', async () => {
49 setupFiles();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected