AssertionError in flow/flow_lib/node.js is missing assert.fail([message]) #6799
Open
Description
assert.fail([message]) is missing, but the deprecated
assert.fail(actual, expected[, message[, operator[, stackStartFn]]]) syntax exists. So my correct use of the function is being flagged by the flow type checker.