UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

8 lines (6 loc) 207 B
import { inspect } from "util"; import { PgError } from "../PgError"; test("sql", () => { const error = new PgError(Error("test"), "some", "SELECT 1"); expect(inspect(error)).not.toContain("sql:"); });