Skip to content

Articles from Thibaut Gatouillat

Keep Calm and Love JavaScript Unit Tests - Part 2: Asynchronism

Thibaut Gatouillat4 min read

In the previous article we discovered how to write simple unit tests thanks to the Mocha-Sinon-Chai stack. Let’s now continue with this stack and focus on a problem we will necessarily be confronted to if we use JavaScript: testing asynchronous…

Continue reading →

Keep calm and love JavaScript unit tests - Part 1

Thibaut Gatouillat8 min read

A few months ago, we started a project with a Node.js backend. During this project we learned how to write clean and efficient tests, and we decided to write about it. In this first part we will present the tools we…

Continue reading →