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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The port will be displayed to you as `http://0.0.0.0:3000` (or if you prefer IPv
43
43
44
44
### Tests
45
45
* Run the unit tests using `npm test`.
46
-
* Run the black-box tests using `npm run test:black-box`.
46
+
* Run the black-box tests using `npm run test:black-box` and don't forget to start your application and your [Auth0 Mock Server](https://github.com/hirsch88/auth0-mock-server).
47
47
* There is also a vscode task for this called test.
48
48
49
49
### Running in dev mode
@@ -70,6 +70,7 @@ The port will be displayed to you as `http://0.0.0.0:3000` (or if you prefer IPv
70
70
## Related Projects
71
71
*[express-graphql-typescript-boilerplate](https://github.com/w3tecch/express-graphql-typescript-boilerplate) - A starter kit for building amazing GraphQL API's with TypeScript and express by @w3tecch
72
72
*[aurelia-typescript-boilerplate](https://github.com/w3tecch/aurelia-typescript-boilerplate) - An Aurelia starter kit with TypeScript
0 commit comments