mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-25 17:11:27 -05:00
* feat: add cloudflare worker basic tests * chore: fix conflict --------- Co-authored-by: Bereket Engida <bekacru@gmail.com>
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import { applyD1Migrations, env } from "cloudflare:test";
|
|
|
|
await applyD1Migrations(env.DB, env.TEST_MIGRATIONS);
|