You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@ Make sure you have installed **Node** and [**Yarn**](https://yarnpkg.com/) (late
55
55
2. Server side
56
56
* API endpoint is http://**localhost:8000/api**
57
57
58
+
## Testing
59
+
60
+
Navigate to **webservice** folder and run the composer test script
61
+
62
+
```bash
63
+
$ composer test
64
+
```
65
+
58
66
## Things worth mentioning
59
67
60
68
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