SyntaxError: Cannot use ‘import.meta’ outside a module
I’m using jest and supertest in my node.js project.
i also use es6.
after importing app.js to a example.test.js by es6 modules and running npm test it throws an error.
*error: FAIL tests/feedback.test.js
● Test suite failed to run