Blog

Kiet Lau

I am a Bristol-based software engineer specializing in DevOps and infrastructure, with passions for πŸ¦ΎπŸ€– and πŸŒ±πŸ’š
Testing
Jest is a JavaScript unit testing framework that is popular amongst developers wanting to ensure code correctness. Jest is not typically used for tasks like performance testing, but offers some useful features in snapshot testing that can be enhanced to carry out such tasks.