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/instructions/new-test-guide.instructions.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
mode: agent
2
+
applyTo: '**'
3
3
---
4
4
5
5
# Testing Guide: Unit Tests and Integration Tests
@@ -490,3 +490,5 @@ You know you have good integration tests when:
490
490
12.**Name test suites clearly** - use descriptive `suite()` names that work well with grep filtering
491
491
492
492
## Learnings
493
+
494
+
- Always use dynamic path construction with Node.js `path` module when testing functions that resolve paths against workspace folders to ensure cross-platform compatibility (1)
0 commit comments