mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-08 12:27:44 +00:00
chore: fix adapter tests (#4844)
This commit is contained in:
@@ -43,6 +43,10 @@ const dialect = new MssqlDialect({
|
||||
server: 'localhost',
|
||||
}),
|
||||
},
|
||||
TYPES: {
|
||||
...Tedious.TYPES,
|
||||
DateTime: Tedious.TYPES.DateTime2,
|
||||
},
|
||||
})
|
||||
|
||||
export const auth = betterAuth({
|
||||
|
||||
@@ -21,6 +21,7 @@ export const auth = betterAuth({
|
||||
user: "root",
|
||||
password: "password",
|
||||
database: "database",
|
||||
timezone: "Z", // Important to ensure consistent timezone values
|
||||
}),
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user