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
This currently only supports queries and requires opting in with...
```rust
#[convex_macro::test_runtime]
async fn test_basic(rt: TestRuntime) -> anyhow::Result<()> {
let mut t = UdfTest::default(rt).await?;
t.enable_isolate_v2();
...
}
```
GitOrigin-RevId: d5d5d27294f4d24af72fd593b7021f32f8ad3eac
0 commit comments