Skip to content

Commit d664b76

Browse files
Update AGENTS.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 70b90b7 commit d664b76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ Do requirements gathering before implementation
5353
## Test layout
5454

5555
- Unit specs: `*.test.js`
56-
- Property-based specs: `*.property.test.js` - Property-based tests are important, don't omit them for any components
56+
- Property-based specs: `*.property.test.js`
57+
- Property-based tests are important, don't omit them for any components
5758
- Keep tests deterministic and fast; avoid E2E unless asked

0 commit comments

Comments
 (0)