core: fix sync tests

This commit is contained in:
Abdullah Atta
2024-02-23 20:55:41 +05:00
parent 723c29bad6
commit 1234d289eb

View File

@@ -26,7 +26,7 @@ import { EventSource } from "event-source-polyfill";
import { test, expect, vitest } from "vitest";
import { login } from "./utils";
import { SqliteDialect } from "kysely";
import BetterSQLite3 from "better-sqlite3";
import BetterSQLite3 from "better-sqlite3-multiple-ciphers";
const TEST_TIMEOUT = 30 * 1000;