diff --git a/rendered/docs/quick-start.md b/rendered/docs/quick-start.md index 082306c..c1982f8 100644 --- a/rendered/docs/quick-start.md +++ b/rendered/docs/quick-start.md @@ -327,17 +327,6 @@ Then you can start your project like normal: npm run DANGER_ADMIN ``` -## Try the Tests - -Finally, you should be able to run most of the tests in another terminal with this: - -```shell -# run this in another terminal -npm run test -``` - -You may get 1 failure due to DNS not working for the email testing, which you can ignore. You may get one more failure for an incorrect count on users, but run the tests again and it should run correctly. - ## Next Steps This Quick Start is designed to only get you up and running and make sure the basic features are working.