Skip to content

Commit 44070ad

Browse files
author
hirsch88
committed
Merge branch 'release/1.4.1'
2 parents d4252ce + d967d74 commit 44070ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4343

4444
### Tests
4545
* 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).
4747
* There is also a vscode task for this called test.
4848

4949
### 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
7070
## Related Projects
7171
* [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
7272
* [aurelia-typescript-boilerplate](https://github.com/w3tecch/aurelia-typescript-boilerplate) - An Aurelia starter kit with TypeScript
73+
* [Auth0 Mock Server](https://github.com/hirsch88/auth0-mock-server)
7374

7475
## Documentations
7576
* [Express](https://expressjs.com/)

0 commit comments

Comments
 (0)