Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vhpx committed Apr 19, 2024
1 parent 2aad562 commit 1ad6316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/fibonacci.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect, vi, describe, it } from 'vitest'
import { expect, vi, describe, it, beforeEach } from 'vitest'

describe('Fibonacci Sequence Generator', () => {
let fibonacci: any
Expand Down

0 comments on commit 1ad6316

Please sign in to comment.