| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Currently we use `anyOf` to create the `queryProperty` validations. This works fine until you nest it inside of another `oneOf`. In this case it fails every time. I've switched it to `anyOf` and have also added two tests to make sure it's working according to spec.
|
Also, I should note that if we don't change to anyOf, the first test I added would fail. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Currently we use oneOf to create the queryProperty validations. This works fine until you nest it inside of another oneOf. In this case it fails every time. I've switched it to anyOf and have also added two tests to make sure it's both passing and failing correctly.