You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', or 'nodenext', and the 'target' option is set to 'es2017' or higher.
Debug log
{"context":{"allowJs":false,"logLevel":20,"namespace":"jest-preset","package":"ts-jest","version":"29.0.2"},"message":"creating jest presets not handling JavaScript files","sequence":1,"time":"2022-09-25T19:37:16.570Z"}
{"context":{"allowJs":false,"logLevel":20,"namespace":"jest-preset","package":"ts-jest","version":"29.0.2"},"message":"creating jest presets not handling JavaScript files","sequence":2,"time":"2022-09-25T19:37:16.596Z"}
{"context":{"logLevel":20,"namespace":"Importer","package":"ts-jest","version":"29.0.2"},"message":"creating Importer singleton","sequence":3,"time":"2022-09-25T19:37:17.718Z"}
Additional context
I know, there were similar issues, but according to them, the problem was solved by jest@29. Maybe my setup is a bit wrong here?
Version
29.0.2
Steps to reproduce
yarn test
Expected behavior
test should work
Actual behavior
jest throwns an error
Debug log
Additional context
I know, there were similar issues, but according to them, the problem was solved by jest@29. Maybe my setup is a bit wrong here?
Environment
The text was updated successfully, but these errors were encountered: