I have two scenarios
- fake responses during testing
- fake responses with the development servers (using webpack)
presuming that I'm injecting HttpClient
from aurelia-fetch-client
how can I fake the responses to this in these 2 scenario's?
I have two scenarios
presuming that I'm injecting HttpClient
from aurelia-fetch-client
how can I fake the responses to this in these 2 scenario's?