From a3813374427c744892c6f3be3f653b041b219ea3 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 17 Jan 2023 05:34:42 +0400 Subject: [PATCH] Didn't need the testing infor at the end. --- rendered/docs/quick-start.md | 11 ----------- 1 file changed, 11 deletions(-) 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.