node-typescript-starter
node-typescript-starter copied to clipboard
Include a sample test using spies, stubs and mocks
This is a fantastic small and simple project that really helped me get started setting up a node project with typescript. It would only be improved by adding a few sample tests. Especially demonstrating the spies, stubs, and mocks like in your article.