diff --git a/packages/types/tests/result.spec.ts b/packages/types/tests/result.spec.ts index a42daab..ef73cd3 100644 --- a/packages/types/tests/result.spec.ts +++ b/packages/types/tests/result.spec.ts @@ -1,4 +1,4 @@ -import { describe, expect, expectTypeOf, it, suite, test } from 'vitest'; +import { describe, expect, expectTypeOf, it, suite } from 'vitest'; import type { Result, ResultData, ResultError } from './../src/result'; describe('Result of a function call. Either successful w/ data, or not w/ a reason', () => {