robbie
No-terminal Seems to Not Work
What cli command are you trying to use?
deno run
doesn't have a --no-terminal flag. You can probably find the correct flag in the deno cli docs: https://docs.deno.com/runtime/reference/cli/7 replies
Skipping time in tests; time delay setTimeout setInterval
Deno’s FakeTime is what you’re looking for. I’m using it right now, and it’s great.
https://jsr.io/@std/testing/doc/time
5 replies