diff --git a/BetterTestingWithApprovals.md b/BetterTestingWithApprovals.md new file mode 100644 index 0000000..6bed4d3 --- /dev/null +++ b/BetterTestingWithApprovals.md @@ -0,0 +1,18 @@ +# Better Testing with ApprovalTests + +## Talk Resources +* [Slides](https://github.com/LearnWithLlew/TestingBetterWithApprovals.Slides/blob/main/slides/Testing%20Better%20with%20Approvals.pptx) +* [Code](https://github.com/LearnWithLlew/TestingBetterWithApprovals.Slides/src) + +## Llewellyn's + +* [Blog](https://llewellynfalco.blogspot.com/) +* [ApprovalTests](https://github.com/approvals/) +* [YouTube](https://www.youtube.com/user/isidoreus/videos) +* [Twitch](https://www.twitch.tv/llewellynfalco) +* [Learn With Llew](https://github.com/LearnWithLlew) + +I'm a Technical Agile Coach. You can [hire me](http://llewellynfalco.blogspot.com/p/hire-me.html) + + +include: lada.md diff --git a/mdsnippets.json b/mdsnippets.json index 7b9d450..b32b82f 100644 --- a/mdsnippets.json +++ b/mdsnippets.json @@ -1,6 +1,7 @@ { "ExcludeDirectories": [ "target" ], "Convention": "InPlaceOverwrite", - "TocLevel": 5 + "TocLevel": 5, + "UrlsAsSnippets": ["https://raw.githubusercontent.com/lexler/Talks/main/lada.md"] } \ No newline at end of file