Skip to content

Commit

Permalink
chore: remove unused import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Feb 2, 2025
1 parent 1db57f3 commit 0c52f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/basic_usage.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, test, expect, beforeEach, beforeAll } from 'vitest'
import { describe, test, expect, beforeEach } from 'vitest'
import { fileURLToPath } from 'node:url'
import { $fetch, setup } from './utils'
import {
Expand Down

0 comments on commit 0c52f07

Please sign in to comment.