Skip to content

A TDD (Test Driven Development) approach for writing the Fibonacci Sequence, using JavaScript, Mocha, and Chai.

License

Notifications You must be signed in to change notification settings

panaitescu-paul/Test-Driven-Development-Fibonacci-Sequence-JavaScript-2020

Repository files navigation

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: