Hi everyone,
Following on the heels of the simple "Testing Without Mocks" TypeScript example I released earlier this week, I’ve now made the complex example available in TypeScript as well:
https://github.com/jamesshore/testing-without-mocks-complex/tree/typescriptThis example shows the “Testing Without Mocks” patterns in a real-world environment. It has two servers (a web server and a microservice), logging, correlation IDs, error handling, timeouts, and request cancellation. Almost everything is implemented from scratch, with thorough documentation, allowing you to trace through the code to see how it works.