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/copilot-instructions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,6 @@ When generating or modifying documentation:
44
44
## Development Workflow
45
45
46
46
- Whenever a TODO comment is added, modified, or deleted in the code, run the top-level task `pnpm make:todo` to update the automatically generated `TODO.md`.
47
+
- When creating tests, check if additional functional and integration tests can be added to the `shadow-objects-testing` package.
48
+
- Any functionality that directly affects the public API must also be tested in the end-to-end tests within the `shadow-objects-e2e` package, if possible and meaningful.
0 commit comments