https://pulumi.com logo
Title
s

salmon-printer-16080

10/07/2021, 11:06 PM
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

purple-train-14007

10/07/2021, 11:26 PM
here is a good one
s

salmon-printer-16080

10/07/2021, 11:31 PM
That one shows a copy paste from the documentation using AWS, i'm yet to find any Azure examples.
p

purple-train-14007

10/08/2021, 12:07 AM
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

salmon-printer-16080

10/08/2021, 1:19 AM
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.