mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 00:56:01 +00:00
connection: rewrote query execution, batching, added generic sqlite, added node/bun sqlite, aligned repo/mutator results
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { expect, test, mock } from "bun:test";
|
||||
import { expect, test, mock, describe } from "bun:test";
|
||||
|
||||
export const bunTestRunner = {
|
||||
describe,
|
||||
expect,
|
||||
test,
|
||||
mock,
|
||||
|
||||
Reference in New Issue
Block a user