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,4 +1,4 @@
import { describe, beforeAll, afterAll } from "vitest";
import { describe } from "vitest";
import * as node from "./node.adapter";
import { adapterTestSuite } from "adapter/adapter-test-suite";
import { viTestRunner } from "adapter/node/vitest";