From 0b724682daeb1e0068a11bba17e06319163269cb Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 1 Jul 2019 19:50:16 -0400 Subject: [PATCH] fix README snippet --- awx/ui_next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/README.md b/awx/ui_next/README.md index 7bd609b7ae..db309aa419 100644 --- a/awx/ui_next/README.md +++ b/awx/ui_next/README.md @@ -24,6 +24,6 @@ To run the unit tests on files that you've changed: * `npm test` To run a single test (in this case the login page test): -* `npm test -- testUtils/pages/Login.test.jsx` +* `npm test -- src/screens/Login/Login.test.jsx` **note:** Once the test watcher is up and running you can hit `a` to run all the tests