diff --git a/docs/developer/from-source.md b/docs/developer/from-source.md index 6e34752a..9797b394 100644 --- a/docs/developer/from-source.md +++ b/docs/developer/from-source.md @@ -138,3 +138,9 @@ make watch ``` > **NOTE:** do not set the `bindata` tag such as in `TAGS="bindata" make watch` or the browser may fail to load pages with an error like `Failed to load asset` + +To run automated frontend and backend tests: + +```bash +make test +```