Enric Bisbe Gil
Enric Bisbe Gil
I would like to have it. I had to find https://github.com/serverless-operations/serverless-step-functions/issues/414 so I could really understand that they are not created automatically ( which I asumed ).
That's happening to me as well. Very annoying. Also they are mostly not visible enough.
I set up the wrong permissions and faced the same issue after updating them. I ended up recreating the app and then it all worked.
Have you tried with `4.0.0-beta.2` it's working for us.
@jeremyruppel is there any reason to having here doing nothing instead of shipping it? After building it I see 2 missing parts: ``` // not comprehensive type FlickrResponse = Promise;...
I did nothing. It's all thanks to @seleb !!
@lmiller1990 I'm picking this one as my first one. Is that an easy one? Can you guide me towards which files I should be looking. I've been trying to figure...
You minimal repro is working so it's not an issue from this repo. I'll try to see what's going on with webpack, Jest, Vitest. I'm almost 100% sure that jest...
Did you find anything else?
Just to add to @tugcekucukoglu comment. Ideally add that into a setup file to reuse the code better: ``` export default mergeConfig( viteConfig, defineConfig({ test: { setupFiles: 'vitest.setup.ts', }, }),...