npm run test:e2e
to run tests
Application code. Contains minimum functionality which connects to external service to fetch data via HTTP request.
Imitation of third-party service which behaves as external service. Used within e2e tests of src/orders
feature.
order-base-example-without-mock
contains skipped tests, as those do not mock anything under the hood. Treat is as an
example of test base which is modified to present different approaches.