import { getDb } from "~/models/db"; import { getTestEnv } from "./getTestEnv"; export function getTestDb() { return getDb(getTestEnv()); }