MCPcopy 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

1import { EvenFibonacci } from '../Problem002'
2
3describe('Even Fibonacci numbers', () => {
4 it('should throw error when limit is less than 1', () => {

Callers

nothing calls this directly

Calls 1

EvenFibonacciFunction · 0.90

Tested by

no test coverage detected