Skip to content

Commit 0ef93d6

Browse files
committed
update readme
1 parent 6a36bce commit 0ef93d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ Make sure you have installed **Node** and [**Yarn**](https://yarnpkg.com/) (late
5555
2. Server side
5656
* API endpoint is http://**localhost:8000/api**
5757

58+
## Testing
59+
60+
Navigate to **webservice** folder and run the composer test script
61+
62+
``` bash
63+
$ composer test
64+
```
65+
5866
## Things worth mentioning
5967

6068
1. Error handling is done globally by making use of Axios' interceptors. But you can still .catch() errors within components to perform actions related to that scope. See /client/src/plugins/http.js;

0 commit comments

Comments
 (0)