Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOdinProject/javascript-exercises
/ fibonacci.spec.js
File
fibonacci.spec.js
foundations/14_fibonacci/fibonacci.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fibonacci = require(
'./fibonacci'
)
2
3
describe(
'fibonacci'
, () => {
4
test(
'4th fibonacci number is 3'
, () => {
Callers
nothing calls this directly
Calls
1
fibonacci
Function · 0.70
Tested by
no test coverage detected