From ace1b042dacfebc6350c6efb7af6ae71041868dc Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Fri, 6 Dec 2019 10:37:44 -0500 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41af4f4..3f3c732 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ HTTP_PORT=4000 node app ``` #### Running the test suite -To run the included test suite, you will need to have mysql installed on your laptop/server. You will need to set the mysql root password in the MYSQL_ROOT_PASSWORD environment variable and then run the tests. The test suite creates a scratch database (called 'jambones_test') to run the tests against, and removes it afterwards. +To run the included test suite, you will need to have a mysql server installed on your laptop/server. You will need to set the MYSQL_ROOT_PASSWORD env variable to the mysql root password before running the tests. The test suite creates a database named 'jambones_test' in your mysql server to run the tests against, and removes it when done. ``` export MYSQL_ROOT_PASSWORD=foobar npm test