robbie
robbie
DDeno
Created by Glorwyn on 11/24/2024 in #help
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
DDeno
Created by Danielduel on 11/18/2024 in #help
Skipping time in tests; time delay setTimeout setInterval
Also make sure to use Deno's built in intervals, instead of the node equivalents
5 replies
DDeno
Created by Danielduel on 11/18/2024 in #help
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