fbp-protocol
fbp-protocol copied to clipboard
tests: use schemas to validate messages
The tests validate two aspects of messages sent from the runtime: their structure and their values. We should replace all the structural tests with validation against the schema files. This looks to be the most popular json-schema validator for node: https://www.npmjs.com/package/jsonschema
Requires #13
@ifitzpatrick, is this resolved now?