I tried to fail my contract test, changing the sch...
# pact-js
a
I tried to fail my contract test, changing the schema from "string" to "boolean", but I received a timeout. Do you know why?
message has been deleted
Before was "string" instead of "boolean":
m
seems strange to get a timeout from that. Are you sure there isn’t some other error in the process that is being mishandled? I see an
ERRCONNRESET
, so something is having an issue somewhere along the lines
t
What node version?