You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error object is specified in the README in the Test Data Format section.
if an error is expected (because the input is invalid, or any other reason), the value at "expected" should be an object containing exactly one property, "error", whose value is a string.
Currently there are 3 error cases in
rna-transcription
scanonical-data.json
.Those are specified using an expected value of
null
instead of the “new” and more flexible way of using anerror
object.Should we change this? And is this error-object described/specified somewhere in a human readable way?
The text was updated successfully, but these errors were encountered: