bradtraversy / traversy-js-challenges

Challenges & docs from JS Algorithms & Data Structures course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sumUpTo() function has not been imported in test file

yashwanth-gh opened this issue · comments

In 04-recursion/02-unwinding/sum-up-to-test.js , there is no import statement for the sumUpTo() function.
Hence there is a error while testing, as sumUpTo is not defined in test file