How to test RPC Workers?
Is my approach wrong here?
With this setup, I receive vitest error:
TypeError: Failed to construct 'WorkerEntrypoint': constructor parameter 1 is not of type 'ExecutionContext'.
2 Replies
I am also running into this now. Same exact error and situation.
Having the same issue.
@Varna did you find a solution for this issue?