Skip to content

Commit

Permalink
Remove sqlite warning when running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmp135 committed Mar 16, 2024
1 parent 5057a18 commit 4314ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/specs/Adapters/sqlite.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ beforeEach(() => {
beforeAll(async () => {
const config = {
client: 'better-sqlite3',
useNullAsDefault: true,
connection: {
filename: ':memory:'
}
Expand Down

0 comments on commit 4314ad0

Please sign in to comment.