Test with Jest/Ava same import error #164
Unanswered
giovanni9793
asked this question in
Q&A
Replies: 1 comment
-
Duplicate of #105 where you also have everything answered. |
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
-
Like other people, I run into the problem of the import in jest, and the possible solutions. One of the solution resolve the problem, but added one other ("ReferenceError: TextEncoder is not defined") that the suggestions can't resolve. I understood that the problem of the import was related only to jest, so I decided to change environment and use ava, but the same problem (with the same solution and following problem) is also there, so what I'm doing wrong?
Last version of jose, ava and node.
jest config:
ava config:
Beta Was this translation helpful? Give feedback.
All reactions