In the repo, input: "spec/**/*.spec.js", has been replaced with just the name of the single test. If I put the regex back I get the error message Cannot use import statement outside a module when running the tests. There's no stack trace, so I'm not sure where this happens. Does anyone know a solution to this?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
In the repo,
input: "spec/**/*.spec.js",has been replaced with just the name of the single test. If I put the regex back I get the error messageCannot use import statement outside a modulewhen running the tests. There's no stack trace, so I'm not sure where this happens. Does anyone know a solution to this?