From 84b8f250f9d13ba652d273e586cae2144d2ba055 Mon Sep 17 00:00:00 2001 From: MG Date: Sat, 27 Feb 2021 19:33:14 +0100 Subject: [PATCH] docs: add ng-mocks to tooling resources (#41027) closes #41025 PR Close #41027 --- aio/content/marketing/resources.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 3884134b4f..24c23e222a 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -282,6 +282,12 @@ "title": "Scully", "logo": "https://raw.githubusercontent.com/scullyio/scully/main/assets/logos/PNG/Green/scullyio-logo-green.png", "url": "https://scully.io" + }, + "ng-mocks": { + "desc": "A testing library for creating mock services, components, directives, pipes and modules out of annoying dependencies in unit tests.", + "title": "ng-mocks", + "logo": "", + "url": "https://github.com/ike18t/ng-mocks#readme" } } },