Skip to content
Sheetwrite

Sheetwrite / Documentation

installDatasourceClockForTest@sheetwrite/core/testing

Installs a deterministic monotonic clock through the public testing entrypoint.

Installs a deterministic monotonic clock through the public testing entrypoint.

Declaration

function installDatasourceClockForTest(now: () => number): () => void