I’ve read, and employed, the instructions for unit...
# general
m
I’ve read, and employed, the instructions for unit testing from the recent blog post. That is not a sufficient solution. Especially so when developing custom components and functions. A mock runtime would be a step in the right direction. Requiring us to build a stack when none is needed just to test reusable components is not the answer.
b
"stack just to test reusable components" can be seen as integration testing 🙂
m
@best-xylophone-83824 When testing reusable components, I’m not provisioning any resources, just testing outputs.