@exodus/schemasafe - test summary

November 30, 2020 ยท View on GitHub

@exodus/schemasafe failed tests

Some validators have deliberately chosen not to support parts of the spec. Go to the @exodus/schemasafe homepage to learn if that is the case for these tests.

test failedreason
anyOf with boolean schemas, all true, any value is validThe schema failed to load(some checks are never reachable at #)
anyOf with boolean schemas, some true, any value is validThe schema failed to load(some checks are never reachable at #)
anyOf with one empty schema, string is validThe schema failed to load(some checks are never reachable at #)
anyOf with one empty schema, number is validThe schema failed to load(some checks are never reachable at #)
not with boolean schema false, any value is validThe schema failed to load(some checks are never reachable at #)
oneOf with boolean schemas, one true, any value is validThe schema failed to load(some checks are never reachable at #)
oneOf with boolean schemas, more than one true, any value is invalidThe schema failed to load(some checks are never reachable at #)
oneOf with boolean schemas, all false, any value is invalidThe schema failed to load(some checks are never reachable at #)

All other tests passed.

back to benchmarks