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
Running a simple test gives the error before the test runs:
Details:
/node_modules/clet/lib/validator.js:80
var _filename = (0, _dirnameFilenameEsm.filename)(import.meta);
^^^^
SyntaxError: Cannot use 'import.meta' outside a module
This happens after I've solved the rest of the ESM issues that are happening when running this with Jest.
Do you have some configuration in which this is working?
The text was updated successfully, but these errors were encountered:
Running a simple test gives the error before the test runs:
This happens after I've solved the rest of the ESM issues that are happening when running this with Jest.
Do you have some configuration in which this is working?
The text was updated successfully, but these errors were encountered: