From f136410c21e48b5f0a5c8d45907130940bfe19d2 Mon Sep 17 00:00:00 2001 From: GerritRiesch94 Date: Thu, 16 Dec 2021 12:03:53 +0100 Subject: [PATCH] docs(test_setup): add test setup section in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 46a9d70..9cde231 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # custom-angular-schematics Repository for custom angular schematics + +# Test setup + +Using `jest` as test framework and `babel` as coverage reporter. + +For detailed information look [here](https://jestjs.io/docs/getting-started).