From d9177726335754d76c35e6baeb44eb3cef8f92e2 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Thu, 7 Sep 2017 23:32:52 -0400 Subject: [PATCH] ui: remove reference to nonexistent `make test-debug` in README --- pkg/ui/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/ui/README.md b/pkg/ui/README.md index c63ef237b547..8a3766784417 100644 --- a/pkg/ui/README.md +++ b/pkg/ui/README.md @@ -61,8 +61,8 @@ updates to `package.json` and `yarn.lock`. ## Running tests -If you'd like to run the tests directly you can run `make test`. If you're -having trouble debugging tests, we recommend using `make test-debug` which -prettifies the test output and runs the tests in Chrome. When a webpage opens, -you can press the debug button in the top right-hand corner to run tests and set -breakpoints directly in the browser. +To run the tests outside of CI: + +```shell +$ make test +```