Skip to content

Commit 34b3d59

Browse files
authored
ignore: update agents.md (anomalyco#33446)
1 parent a0a5003 commit 34b3d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const table = sqliteTable("session", {
137137

138138
## Testing
139139

140-
- Avoid mocks as much as possible
140+
- Avoid mocks as much as possible, you shouldn't be using globalThis.\* at all unless it's the only option.
141141
- Test actual implementation, do not duplicate logic into tests
142142
- Tests cannot run from repo root (guard: `do-not-run-tests-from-root`); run from package dirs like `packages/opencode`.
143143

0 commit comments

Comments
 (0)