UNPKG

json-schema-typed

Version:
14 lines (10 loc) 284 B
import { JSONSchemaFormat, JSONSchemaKeys, JSONSchemaType } from '../index' test('Format', () => { expect(JSONSchemaFormat).toMatchSnapshot() }) test('Keys', () => { expect(JSONSchemaKeys).toMatchSnapshot() }) test('Type', () => { expect(JSONSchemaType).toMatchSnapshot() })