Hi <@U01JVDKASAC> I was wondering if I could get s...
# general
s
Hi @Frank I was wondering if I could get some insight/explanation for the following code from the
NextjsSite
construct;
How exactly is Jest involved in this workflow? Via the CDK tests? And if so why and how is there a separate build output directory?
Apologies for the direct ping. The Git blame has your name against the commit. 😅
Apologies, ignore me. I can see it's meant for the internal tests against the
NextjsSite
construct.
f
haha git blame makes me look dumb 😅
We needed a way to skip building the Next.js app when running internal SST tests.
There’s probably a better way to achieve this.
And we also moved away from using Jest (using Vitest). I can see how the naming is super confusing.