Mark Fox
04/26/2022, 10:28 PMfrontend
to a safe place and a npx create-nuxt-app frontend
, then changed FrontendStack.js to use StaticSite with appropriately changed buildOutput and buildCommand values in the props object. Tried to deploy through SEED and it fails during the unit tests in frontend, complaining that it "Cannot find module '{ATSYMBOL}vue/test-utils'". (Slack keeps replacing my text with a user's name.) Locally, a npm run test
fails with a similar "Cannot find module '@/components/NuxtLogo.vue' [...]". I think this is just a Jest issue with nested projects.Mark Fox
04/27/2022, 5:20 PMMark Fox
04/28/2022, 2:28 PMimport
worked in the notes app with sst test
but not jest
...
There's a lot of sick going around lately. Weird. 😉 Hope @thdxr makes a quick recovery, along with everyone else.David
06/16/2022, 3:41 PMAdam Fanello
06/16/2022, 4:07 PM