btholt / four-semesters-of-cs

https://frontendmasters.com/courses/computer-science/
668 stars 224 forks source link

Jasmine doesn't work in Codepen #33

Closed jorgearuv closed 3 years ago

jorgearuv commented 3 years ago

For the factorial exercise, the output just displays 1 spec, 0 failures, 1 pending spec and it doesn't change. Might be due to a breaking change from Jasmine.

https://codepen.io/btholt/pen/QyMjNa?editors=0011

haticecs commented 3 years ago

@jorgeruvalcaba When you add the function it works. https://codepen.io/haticecs/pen/yLMbEqy

jorgearuv commented 3 years ago

You're right @haticecs, thank you!