We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a5003 commit 34b3d59Copy full SHA for 34b3d59
1 file changed
AGENTS.md
@@ -137,7 +137,7 @@ const table = sqliteTable("session", {
137
138
## Testing
139
140
-- 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.
141
- Test actual implementation, do not duplicate logic into tests
142
- Tests cannot run from repo root (guard: `do-not-run-tests-from-root`); run from package dirs like `packages/opencode`.
143
0 commit comments