Replies: 1 comment 2 replies
-
Just a wild guess, have you tried to double the symbol like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following test:
These tests pass but it outputs:
How can I have Vitest not try and interpret any
$
s? This only seems to happen when usingit.each
with objects (which I know is documented, but I don't see a way to escape these characters).Beta Was this translation helpful? Give feedback.
All reactions