Henrique Barcelos
Henrique's Fantastic World

Henrique's Fantastic World

Follow
homebadges
Tag

TDD (Test-driven development)

#tdd

More content

Read more stories on Hashnode


Articles with this tag

TDD made simple with Mocha and Chai

Feb 5, 2020

Intro From the dark ol’ days of writing an entire application and only then starting to test it (often, manually) till nowadays, I have scoured a...

TDD made simple with Mocha and Chai

A better approach for testing your Redux code

Nov 25, 201920 min read

The right level of granularity is key · TL;DR When testing Redux, here are a few guidelines: Vanilla Redux The smallest standalone unit in Redux is the...

A better approach for testing your Redux code