Tim Coppieters
Tim Coppieters
Same issue here, we hard to give a reproducible example, but I'm certain it's due to circular references of classes and initialisation of those classes in the root of files....
Hi all, this might be obvious for some, but maybe not for others, so I'm leaving it here. The jest-light-runner decreased our running time by almost a 5-fold, which is...
@kace91 You can just compile your typescript files with tsc and then instruct jest to run the compiled javascript files.
> > stackoverflow.com/a/78206557/11722137 > > There is no need to install `dotenv` package since Vite exposes it via `loadEnv` already. > > Vitest cannot load all envs because it would...
I had the same issue, but found it. If you leave out the parenthesis it works. ``` const ids = ['ab11cd', 'ef22gh'] await sql` select student_id, max(version) as version from...