Open
Description
Node.js version
22
NPM version
10
@checkly/cli version
0.4.14
Steps to reproduce
- Use
import.meta.dirname
- Run
pnpx checkly test
What is expected?
For tests to run.
What is actually happening?
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
entrypoint: path.join(import.meta.dirname, 'homepage.spec.ts')
Our tsconfig.json
already uses nodenext
, so it is not clear where it is picking up the other value.
Any additional comments?
No response