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?
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?