Closed lmarkus closed 10 years ago
We were using superagent incorrectly.
superagent
Since we did not pass along the errors in the end() function, it would always continue to the next test as if it had been successful.
end()
This could have caused false positives / negatives.
We were using
superagent
incorrectly.Since we did not pass along the errors in the
end()
function, it would always continue to the next test as if it had been successful.This could have caused false positives / negatives.