-
-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
Description
I'm trying to write a unit test, in an application that uses https://packagist.org/packages/react/react, where I want to know if the Response objects has been written successfully. You know, header is set properly to return status 200, it contains some text that is going to be returned to the browser, maybe that isWriteable() is false and all of that.
What is the proper way of checking that?