mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 08:56:40 -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