Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions TDD-TESTING-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions assignments/01-node-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down