Closed cjancsar closed 4 years ago
Presently, networkErrorOnce returns undefined so it cannot be chained to simulate a connection issue that becomes resolved.
Can't do:
mock. onGet('/users.').networkErrorOnce() onGet('/users.').replyOnce(.................)
Presently, networkErrorOnce returns undefined so it cannot be chained to simulate a connection issue that becomes resolved.
Can't do: