From 7f1c3c8c6a30ec67bb4fcdef81913987c766e003 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 20 Dec 2018 09:52:03 -0500 Subject: [PATCH] Update readme to fix display of unit test commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d1413e7e0..f3f3499376 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ ## Unit Tests To run the unit tests on files that you've changed: -* npm test +* `npm test` To run a single test (in this case the login page test): -* npm test -- __tests__/pages/Login.jsx +* `npm test -- __tests__/pages/Login.jsx` **note:** Once the test watcher is up and running you can hit `a` to run all the tests