Hello. I was just updating sst from version 0.65.5 to 0.69.2 and now when I run
sst test
I get an error:
Cannot find module 'regenerator-runtime'
And also Typescript is not able to find jest anymore. Is there an upgrade instruction somewhere?
Sven Busse
03/22/2022, 10:10 AM
Nevermind. I saw in other threads here that it seems to be recommended to use Jest directly. So I did and also installed regenerator-runtime and now it works again.