Replies: 1 comment 9 replies
-
the error points out that |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having hard time to workaround the "SyntaxError: Cannot use import statement outside a module" issue. We don't use
babel
, onlywebpack
withts-loader
. Everything works well on run-time. But running tests fails:What should I do? I don't want to add
babel
.Latest
TypeScript
.Latest
jest
.Latest
ts-jest
.My
jest.config.json
:My
tsconfig.json
:My
../tsconfig.settings.json
:Beta Was this translation helpful? Give feedback.
All reactions