UNPKG

@tsed/schema

Version:
8 lines (6 loc) 192 B
import {anyMapper} from "./anyMapper.js"; describe("anyMapper()", () => { it("should not generate schema is the value is null", () => { expect(anyMapper(null)).toEqual(null); }); });