From 482ca6f61422d1359f0033a4eefa9d8c461eda3e Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 3 Mar 2021 10:47:52 -0500 Subject: [PATCH] remove mention of ./test/results from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 398ff06ee..36087df05 100644 --- a/README.md +++ b/README.md @@ -187,8 +187,6 @@ To build the application and run all unit and localization tests, use the comman npm test ``` -Some tests output files to the directory ./test/results which you may need to create. - #### Run one test To run a single unit test file from the command-line using Jest, use the command: