We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebdaea commit eba7179Copy full SHA for eba7179
1 file changed
AGENTS.md
@@ -108,6 +108,8 @@ export { MyComponentPropsSchema, type MyComponentProps };
108
- Use `@testduet/given-when-then` package instead of xUnit style `describe`/`before`/`test`/`after`
109
- Prefer integration/end-to-end testing than unit testing
110
- Use as realistic setup as possible, such as using `msw` than mocking calls
111
+- MUST NOT modify/update any existing snapshots, let human review the test failures, they could be failing legitimately
112
+- MUST NOT use `-u` to update snapshots, delete the snapshots and rerun `npm test` instead
113
114
## PR instructions
115
0 commit comments