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
There are circular dependencies within `packages/database`,
especially of stepdefs.ts on dbDotEnv, which is why I made it a mjs module.
The alternative is to not compile stepdefs; cucumber can use it by reference.
Then dbDotEnv can then be a mts module.
We then have to compile it first (in a bootstrap stage) and then require it everywhere.
Ensure stepdef and scripts are type-checked, now that they're not compiled.
0 commit comments