mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 01:08:32 +00:00
ignore: update agents.md (#33446)
This commit is contained in:
parent
a0a500316e
commit
34b3d59a23
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ const table = sqliteTable("session", {
|
|||
|
||||
## Testing
|
||||
|
||||
- Avoid mocks as much as possible
|
||||
- Avoid mocks as much as possible, you shouldn't be using globalThis.\* at all unless it's the only option.
|
||||
- Test actual implementation, do not duplicate logic into tests
|
||||
- Tests cannot run from repo root (guard: `do-not-run-tests-from-root`); run from package dirs like `packages/opencode`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue