UNPKG

@clickup/ent-framework

Version:

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

12 lines (10 loc) 283 B
import { EntNotInsertableError } from "../EntNotInsertableError"; test("toStandardSchemaV1", () => { expect( JSON.stringify( new EntNotInsertableError("EntTest", "my-vc", { private: "data", }).toStandardSchemaV1(), ), ).not.toContain("private"); });