Skip to content

Commit

Permalink
chore: 🏷️ types typing
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Sep 22, 2024
1 parent 59db769 commit f986a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/analytics/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('GET function in analytics server', () => {
const mock_fetch = vi.fn()
const mock_url = new URL('http://example.com/api/analytics')
const mock_execute = vi.fn()
let mocked_turso_client: MockInstance<[], Client>
let mocked_turso_client: MockInstance
let mocked_fetch_fathom_data: MockInstance

beforeEach(() => {
Expand Down

0 comments on commit f986a02

Please sign in to comment.