tests: fix node tests + add connection test suite for sqlocal

This commit is contained in:
dswbx
2025-12-02 14:11:26 +01:00
parent e56fc9c368
commit 731b7a7e8d
4 changed files with 26 additions and 21 deletions

View File

@@ -1,5 +1,7 @@
import { Kysely, ParseJSONResultsPlugin } from "kysely";
import { SqliteConnection, SqliteIntrospector, type DB } from "bknd";
import { SqliteConnection } from "../SqliteConnection";
import { SqliteIntrospector } from "../SqliteIntrospector";
import type { DB } from "bknd";
import type { SQLocalKysely } from "sqlocal/kysely";
const plugins = [new ParseJSONResultsPlugin()];