Open
Description
The "bignum" tests don't appear to be testing much. Most of them are missing boundary tests, and tests on either side of the boundary.
For example, the test for "exclusiveMinimum" should include a test above, below, and exactly equal to the argument.
Tests also be added for "enum" and "const" where applicable.