mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00: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);
|