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 aefc543 commit 2aad562
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 } from 'vitest'
import { expect, vi, describe, it } from 'vitest'

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

0 comments on commit 2aad562

Please sign in to comment.