diff --git a/TDD-TESTING-GUIDE.md b/TDD-TESTING-GUIDE.md index df4b11a..8e27645 100644 --- a/TDD-TESTING-GUIDE.md +++ b/TDD-TESTING-GUIDE.md @@ -13,6 +13,8 @@ The TDD (Test-Driven Development) tests are automated tests provided by the cour **Important**: These tests are different from the tests you'll write in Assignment 9. The TDD tests are provided by the course to validate your work. In Assignment 9, you'll write your own tests. +**Review Note:** The AI review tool (known as AirHub) can check code and structure, but it does not run your code in a server environment to verify that aspect runs properly. We will have human reviewers checking this aspect, so you may receive a passing assignment from AirHub that could still need revisions after a human has checked that your work runs properly in the correct environment. If your AI and human reviewer feedback don't match, trust the human review. + --- ## Running TDD Tests diff --git a/assignments/01-node-intro.md b/assignments/01-node-intro.md index 8983934..b784f86 100644 --- a/assignments/01-node-intro.md +++ b/assignments/01-node-intro.md @@ -105,6 +105,8 @@ node core-modules-demo.js The automated tests will check that your output matches the expected format. If a test fails, check that your console.log statements use the exact spacing and capitalization shown in the examples above. +**Review Note:** The AI review tool (known as AirHub) can check code and structure, but it does not run your code in a server environment to verify that aspect runs properly. We will have human reviewers checking this aspect, so you may receive a passing assignment from AirHub that could still need revisions after a human has checked that your work runs properly in the correct environment. If your AI and human reviewer feedback don't match, trust the human review. + ## Video Submission Record a short video (3–5 minutes) on YouTube, Loom, or similar platform. Share the link in your submission form.