diff --git a/docs/technologies/node.md b/docs/technologies/node.md index fb32b4c..798ac4a 100644 --- a/docs/technologies/node.md +++ b/docs/technologies/node.md @@ -152,7 +152,7 @@ EOF # Write results to UNIT_TEST_OUTPUT_FILE to communicate to frontend cd /home/damner/code/.labtests -bun process.js +node process.js ``` Let's understand what the above evaluation script is doing: diff --git a/docs/technologies/react.md b/docs/technologies/react.md index e19d5a9..ccdbd27 100644 --- a/docs/technologies/react.md +++ b/docs/technologies/react.md @@ -196,7 +196,7 @@ EOF # Write results to UNIT_TEST_OUTPUT_FILE to communicate to frontend cd /home/damner/code/.labtests -bun process.js +node process.js ``` You might need to have a little understanding of bash scripting. Let us understand how the evaluation bash script is working: