Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 579 Bytes

File metadata and controls

12 lines (8 loc) · 579 Bytes

STSWENG Test-Driven Development with Jest

By DE RAMOS, Ghrazielle Rei A. & SARMIENTO, Rafael Michael R.

Asynchronous Pair Programming Activity: Test-Driven Development (TDD) with Jest

The purpose of this activity is to practice Test-Driven Development using Jest, an automated unit testing tool for JavaScript. The pair, de Ramos and Sarmiento, has collaboratively solved a coding problem, following the RED-GREEN-REFACTOR cycle.

The pair has successfully practiced TDD written tests for the following functionality:

  • [1] Create Post
  • [2] Update Post
  • [3] Find Post