Skip to content

Commit 4c5330f

Browse files
committed
add learnings switch to instructions file
1 parent 4a1b693 commit 4c5330f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/prompts/new-test-guide.prompt.md renamed to .github/instructions/new-test-guide.instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: agent
2+
applyTo: '**'
33
---
44

55
# Testing Guide: Unit Tests and Integration Tests
@@ -490,3 +490,5 @@ You know you have good integration tests when:
490490
12. **Name test suites clearly** - use descriptive `suite()` names that work well with grep filtering
491491

492492
## 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

Comments
 (0)