Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/JavaScript
/ Problem002.test.js
File
Problem002.test.js
Project-Euler/test/Problem002.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ EvenFibonacci } from
'../Problem002'
2
3
describe(
'Even Fibonacci numbers'
, () => {
4
it(
'should throw error when limit is less than 1'
, () => {
Callers
nothing calls this directly
Calls
1
EvenFibonacci
Function · 0.90
Tested by
no test coverage detected