#testing
2 items tagged "testing".
Posts
Unit Testing AWS Lambda Functions Without a Framework
Posted on:October 8, 2024· 3 min read151 unit tests, no Jest — just Node's built-in runner, tsx, and sinon. The hard part wasn't the test framework, it was understanding module loading order and what the bundler does to your exports.
Best Practices for Unit Testing iOS Apps
Posted on:October 20, 2022· 2 min readTests are automated. Run often. Preferably on each commit or pull request to quickly catch regressions.