All files tick.ts

100% Statements 6/6
0% Branches 0/1
100% Functions 2/2
100% Lines 4/4

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2  6x
export const tick = (ms: number = 1) => new Promise((r) => setTimeout(r, ms));