Day 62 | Learn testing pure functions on testingjavascript.com

06 August, 2020

Learned testing pure functions as a first module of Test Node.js Backends course, with CodeSandbox.

Link : https://codesandbox.io/s/determined-kare-fe22g?file=/src/utils/__tests__/auth.exercise.js

Back