Replies: 1 comment
-
I often find that this vitest mocking cheatsheet is a great place to start for stuff like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Hono for a Fastly compute service.
The problem I have is that I'm using some things that (I assume) are only provided by the Fastly runtime (e.g. import 'fastly:config-store').
But if I try to use node then I get errors since these things don't exist.
Are there any examples for this?
Beta Was this translation helpful? Give feedback.
All reactions