Lesson 11 โ nFibonacci tests are getting the incorrect values
frankfaustino opened this issue ยท 0 comments
frankfaustino commented
#1012 ๐ Please see Pull Request
โ nFibonacci(5)
should have the value of 5
instead test is expecting 8
.
โ changed to nFibonacci(6)
โ nFibonacci(3)
should have the value of 2
instead test is expecting 3
.
โ changed to expect(fib2).toBe(2)