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: src/content/documentation/docs/goodies.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@ if (is(value, Column)) {
399
399
```
400
400
401
401
### Mock Driver
402
-
This API is a successor to `drizzle({} as any)`undefined API which we've used in tests and rarely by other developers.
402
+
This API is a successor to an undefined `drizzle({} as any)` API which we've used internally in Drizzle tests and rarely recommended to external developers.
403
403
404
404
We decided to build and expose a proper API, every `drizzle` driver now has `drizzle.mock()`:
0 commit comments