Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tobuya/testing-practice

This is a unit testing repository for a few JavaScript functions using the Jest Library. Here, I have followed AAA pattern and used TDD approach.
https://github.com/tobuya/testing-practice

jest testing unit-testing

Last synced: 12 days ago
JSON representation

This is a unit testing repository for a few JavaScript functions using the Jest Library. Here, I have followed AAA pattern and used TDD approach.

Awesome Lists containing this project

README

        

# Testing-Practice

This is an exercise repository for a few practical test for JavaScript functions using the Jest Library. Here, I have followed the AAA pattern and used the TDD approach.