Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 843 Bytes

File metadata and controls

20 lines (15 loc) · 843 Bytes

Test Driven Development - Fibonacci Sequence - JavaScript - 2020

A TDD (Test Driven Development) approach for writing the Fibonacci Sequence, using JavaScript, Mocha, and Chai. This was done by first creating the tests for a feature, then writing the minimum code to pass the tests. The process was repeated for the remaining features.

Content:

  • 32 Unit Tests
  • Implementation of the Fibonacci Sequence

Technologies:

  • JavaScript
  • Mocha
  • Chai

Unit Tests Overview: