Back to Cypress

Notes

system-tests/projects/config-cjs-and-esm/config-with-ts-module-no-tsconfig/README.md

15.14.2320 B
Original Source

Notes

Does not run in Cypress 14.3.1 and under due to ts-node trying to set module equal to commonjs when we are dealing with an ESM. See issue #27359 and PR #31520 where this was fixed by moving to tsx.