hello, I have a question.I by npx tsdx create mylib create basic projcet. Some errors have occurred when I exec yarn test . such as
picture of the follwing :
Expected behavior
can exec test
Suggested solution(s)
I hope get a way for fix this bug.
Additional context
Your environment
node: v16.15.0,
platform: Windows 10 professional edition. x64
I found reason of this question , beause jest and ts-jest version is too low. when I install high-level of jest and ts-jest, this question to be solution.
Current Behavior
hello, I have a question.I by
npx tsdx create mylib
create basic projcet. Some errors have occurred when I execyarn test
. such as picture of the follwing :Expected behavior
can exec test
Suggested solution(s)
I hope get a way for fix this bug.
Additional context
Your environment