From 754543e9a86dacc2f4f3a69bc8a921e71dc045bb Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Fri, 1 Feb 2019 10:27:01 -0500 Subject: [PATCH] docs(schematics): update jest schematics (#1039) --- docs/documentations/jest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentations/jest.md b/docs/documentations/jest.md index 5ce6548301..2112530169 100644 --- a/docs/documentations/jest.md +++ b/docs/documentations/jest.md @@ -13,12 +13,12 @@ ## How to use Jest -### Setting up your workspace to use Jest +### Generating an Application which uses Jest -First, add the appropriate configuration and dependencies via: +The following command will generate a new application which is configured to use jest as its test runner. ```sh -ng generate jest +ng generate application my-app --unit-test-runner jest ``` ### Generating a Library which uses Jest