Skip to content

Commit

Permalink
ui: remove reference to nonexistent make test-debug in README
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Sep 8, 2017
1 parent f42756b commit d917772
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit d917772

Please sign in to comment.