Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/JavaScript
/ FibonacciNumber.test.js
File
FibonacciNumber.test.js
Dynamic-Programming/tests/FibonacciNumber.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ fibonacci } from
'../FibonacciNumber'
2
3
describe(
'Testing FibonacciNumber'
, () => {
4
it(
'Testing for invalid type'
, () => {
Callers
nothing calls this directly
Calls
1
fibonacci
Function · 0.90
Tested by
no test coverage detected