From 0b4f3e062544cc681f462a88920334b9aab1a5ce Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Mon, 24 Jul 2017 12:49:41 -0700 Subject: [PATCH] Add Testing section to ui/README.md --- ui/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/README.md b/ui/README.md index 015356cb1f..421a411ec0 100644 --- a/ui/README.md +++ b/ui/README.md @@ -15,7 +15,7 @@ yarn add --dev packageName ``` ### Updating a package -First, run +First, run ```sh yarn outdated @@ -31,3 +31,7 @@ To upgrade a single package named `packageName`: ```sh yarn upgrade packageName ``` + +## Testing +Tests can be run via command line with `npm run test`, from within the `/ui` directory. For more detailed reporting, use `npm test -- --reporters=verbose +`.