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
Copy file name to clipboardExpand all lines: .github/coding-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ When writing tests, follow these guidelines to ensure consistency and maintainab
9
9
-**Make tests resilient to refactoring**: Tests should pass even if internal implementation changes, as long as the behavior remains the same.
10
10
- Never make up new functions just to make tests pass. Always build tests based on the functions that already exist. If a function needs to be updated/revised/refactored, that is also OK.
11
11
- Do not just add a 'markTestSkipped' on tests that look difficult to write. Instead, explain the problem and ask for some additional context before trying again.
12
-
- Make sure new tests added into the "intergation-tests" directory are actually intergration tests.
12
+
- Make sure new tests added into the "integration-tests" directory are actually integration tests.
0 commit comments