false positive "Date.now() isn't currently supported within workflows." when testing workflow
→ Date.now() isn't currently supported within workflows. error, even though there's no call to Date.now() in my codethe test is this:
and start workflow is this:
I see that there's a new Date() call, but if I just put an empty string I still have this error.
I'm using bun with vitest, setup as close as possible as documented.

