import.meta
is not supported inside/outside of test file when using ES modules
#9213
Labels
import.meta
is not supported inside/outside of test file when using ES modules
#9213
🐛 Bug Report
When using ES Modules the
import.meta
variable is not supported correctly:Error occurs such as
SyntaxError: Cannot use 'import.meta' outside a module
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
All tests should be passed successfully without any errors such as
SyntaxError: Cannot use 'import.meta' outside a module
Link to repl or repo (highly encouraged)
Repo with all necessary source code and a screenshots about what happens.
envinfo
The text was updated successfully, but these errors were encountered: