@sylphx/flow 1.4.6 → 1.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,30 +0,0 @@
1
- ---
2
- description: Write comprehensive tests for code
3
- ---
4
-
5
- # Write Tests
6
-
7
- ## Context
8
-
9
- $ARGUMENTS
10
-
11
- ## Your Task
12
-
13
- Write comprehensive tests for the code above (or at the specified location) that include:
14
-
15
- 1. **Unit Tests**
16
- - Test individual functions/methods
17
- - Cover edge cases and boundary conditions
18
- - Test error handling
19
-
20
- 2. **Integration Tests** (if applicable)
21
- - Test component interactions
22
- - Test with realistic data
23
-
24
- 3. **Test Coverage**
25
- - Aim for high coverage of critical paths
26
- - Include positive and negative test cases
27
- - Test validation and error conditions
28
-
29
- Use the project's existing testing framework and follow its conventions.
30
- Ensure tests are readable, maintainable, and properly documented.