Skip to content

Add fibonacci tests #62

Add fibonacci tests

Add fibonacci tests #62

Triggered via push April 19, 2024 12:53
Status Failure
Total duration 22s
Artifacts

test.yaml

on: push
Matrix: Automated Tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
__tests__/fibonacci.test.tsx > Fibonacci Sequence Generator > should throw an error for negative input: __tests__/fibonacci.test.tsx#L44
AssertionError: expected [Function] to throw an error ❯ __tests__/fibonacci.test.tsx:44:33
__tests__/fibonacci.test.tsx > Fibonacci Sequence Generator > should throw an error for non-integer input: __tests__/fibonacci.test.tsx#L48
AssertionError: expected [Function] to throw an error ❯ __tests__/fibonacci.test.tsx:48:34
__tests__/fibonacci.test.tsx > Fibonacci Sequence Generator > should throw an error for non-numeric input: __tests__/fibonacci.test.tsx#L52
AssertionError: expected [Function] to throw an error ❯ __tests__/fibonacci.test.tsx:52:36
__tests__/fibonacci.test.tsx > Fibonacci Sequence Generator > should throw an error for null input: __tests__/fibonacci.test.tsx#L56
AssertionError: expected [Function] to throw an error ❯ __tests__/fibonacci.test.tsx:56:35
Automated Tests (20)
Process completed with exit code 1.