Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ client.test.ts
File
client.test.ts
packages/db/src/client.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, jest } from
'@jest/globals'
;
2
3
jest.mock(
'pg'
, () => {
4
const
Pool = jest.fn(
function
Pool(this: object) {
Callers
nothing calls this directly
Calls
1
getWorkerDb
Function · 0.90
Tested by
no test coverage detected