mirror of
https://github.com/better-auth/better-auth.git
synced 2026-07-20 20:59:52 -05:00
test: fix type
This commit is contained in:
@@ -9,9 +9,8 @@ describe("adapter test", async () => {
|
||||
beforeAll(async () => {
|
||||
await clearDb();
|
||||
});
|
||||
const adapter = prismaAdapter({
|
||||
const adapter = prismaAdapter(db, {
|
||||
provider: "sqlite",
|
||||
db,
|
||||
});
|
||||
await runAdapterTest({
|
||||
adapter,
|
||||
|
||||
Reference in New Issue
Block a user