-
My import { myThing } from "."; I have both a source ts-jest seems to be running the How can I make |
Beta Was this translation helpful? Give feedback.
Answered by
penx
Mar 7, 2022
Replies: 1 comment
-
I had to do 2 things:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
penx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had to do 2 things:
index.test.ts
I had to changeimport MyThing from ".";
toimport MyThing from "./index";
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],