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
Wanted to use this preset in a TypeScript ESM project (which is the format of almost all new projects these days) but since the config file is hard-coded to .js and doesn't allow .ts with ESM syntax or even .cjs, it fails with:
JestTestcontainersConfigError: Jest: Got error running globalSetup - /.../node_modules/@trendyol/jest-testcontainers/dist/setup.js, reason: config file could not be found at: /.../jest-testcontainers-config.js
The text was updated successfully, but these errors were encountered:
Wanted to use this preset in a TypeScript ESM project (which is the format of almost all new projects these days) but since the config file is hard-coded to .js and doesn't allow .ts with ESM syntax or even .cjs, it fails with:
The text was updated successfully, but these errors were encountered: