scruffy
Explore posts from serversUsing Vitest with Hono JSX // Error: Expression expected
Hi there,
I'm trying to add vitest to a hono project (I've not used vitest before) and am running into a problem...
The following code works fine in the browser -- hitting root on localhost shows a page with an H1 of "Hello world".
When I run
vitest run
, I get "Error: Expression expected".
Can anybody tell me what I'm doing wrong?
Fingers crossed and thanks for any help 🙂
3 replies