json-schema-library
Version:
Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation
12 lines (11 loc) • 397 B
JavaScript
import draft06Meta from "../../../remotes/draft06.json";
import runAllTestCases from "../utils/runTestCases";
runAllTestCases({
// only: {
// name: "vocabulary",
// description: "schema that uses custom metaschema with with no validation vocabulary"
// },
logSchema: false,
skipTestCase: (t) => !["float-overflow"].includes(t.name),
metaSchema: draft06Meta
});