Build a test runner like Mocha or Jest from scratch. We start by creating a naive version of a test runner and see of its limitations. We then pivot to a more scalable architecture using an EventEmitter.

πŸ‘‰ The source code for this project is exclusive to my GitHub sponsors. It’s available here: https://lachlan-miller.me/gh-sponsors/content/test-runner-from-scratch/1.

If you find my content useful, please consider sponsoring my on GitHub: https://github.com/sponsors/lmiller1990. This gives you access to the sponsor dashboard, which includes access to all my paid content, including three full length courses, and additional videos and resources. Thanks πŸ˜‡

#testing #mocha #jest

Test Runner from Scratch - Collecting Suites and Tests [1/5]
3.15 GEEK