UNPKG

fast-json-stringify

Version:
16 lines (13 loc) 232 B
'use strict' const t = require('tap') const build = require('..') t.throws(() => { build({ $defs: { type: 'foooo"bar' }, patternProperties: { x: { $ref: '#/$defs' } } }) }, 'foooo"bar unsupported')