You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You can always run a single test file by running `npm test path/to/test-file.test.js`.
45
+
46
+
## Automated Checks for This Exercise
47
+
48
+
For **this specific exercise only**, when you create a pull request with changes to files in `Sprint-3/1-implement-and-rewrite-tests/`, automated checks will run:
49
+
50
+
### What runs automatically:
51
+
52
+
1.**Inline Assertion Tests** - Verifies your inline assertions (from the `implement` directory) match your Jest tests
53
+
2.**Jest Test Coverage** - Runs your Jest tests from `rewrite-tests-with-jest` and reports coverage
54
+
55
+
### How to view the results on your PR:
56
+
57
+
1. Open your pull request on GitHub
58
+
2. Scroll to the bottom - look for the **Checks** section
59
+
3. Find "Test Coverage Report"
60
+
4. Click **Details** to see the full output
61
+
5. A coverage report comment will also be posted on your PR
62
+
63
+
A ✅ green checkmark means all tests passed. A ❌ red X means something failed - click Details to see what went wrong.
0 commit comments