Hi guys, where is the best place to find learnings...
# general
s
Hi guys, where is the best place to find learnings for Azure-TypeScript unit testing? I am unable to find many resources using Azure. Running into issue after issue with the Mocking functions and the documentation isn't straight forward. Keen to see examples / common issues.
p
here is a good one
s
That one shows a copy paste from the documentation using AWS, i'm yet to find any Azure examples.
p
Right, but you can do the same in your code with azure. Ill see if I can find some examples and if I cant Ill write some for you
Have you taken a look at this?
I like to look through github if I need examples of patterns on things.
s
Thanks Ill take a look, I tried to look through the Azure-TS examples, but there were not tests there.
I feel like it should be easier to find resources though, diving into github code to try find a basic example of a generic use case is not great.