From 0e4a1408f8f452503eb5e759f2bd4ab37adee628 Mon Sep 17 00:00:00 2001 From: Hash2C <53545035+Hash2C@users.noreply.github.com> Date: Sat, 1 Feb 2020 12:20:22 +0000 Subject: [PATCH] docs: add closing quotes to local setup (#38149) --- docs/how-to-setup-freecodecamp-locally.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 6847690dfa..9be44a574a 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -291,10 +291,10 @@ A quick reference to the commands that you will need when working locally. | `npm run docker:seed` | Parse all the challenge markdown files and inserts them into MongoDB. | | `npm run docker:develop` | Start the freeCodeCamp API Server and Client Applications. | | `npm run docker:test:init` | Bootstrap the test container, necessary for testing in docker. | -| `npm run docker:test -- -c "npm run test` | Run all JS tests in the system, including client, server, lint and challenge tests. | -| `npm run docker:test -- -c "npm run test:curriculum` | Run the curriculum test suite. | -| `npm run docker:test -- -c "npm run test:client` | Run the client test suite. | -| `npm run docker:test -- -c "npm run test:server` | Run the server test suite. | +| `npm run docker:test -- -c "npm run test"` | Run all JS tests in the system, including client, server, lint and challenge tests. | +| `npm run docker:test -- -c "npm run test:curriculum"` | Run the curriculum test suite. | +| `npm run docker:test -- -c "npm run test:client"` | Run the client test suite. | +| `npm run docker:test -- -c "npm run test:server"` | Run the server test suite. | | `npm run docker:clean` | Uninstall all dependencies and cleans up caches. | **Local Build:**