Skip to content

Commit

Permalink
fix(doubles.vitest): remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Jan 2, 2025
1 parent c8c2337 commit 09dc869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/doubles/vitest/unit.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="@vitest/spy" />
import type { DeepPartial, Type } from '@suites/types.common';
import type { InjectableIdentifier, IdentifierMetadata } from '@suites/types.di';
import type { IdentifierMetadata } from '@suites/types.di';
import type { TestBedBuilder } from '@suites/core.unit';
import type { Mocked as VitestMocked, Stub as VitestStub } from '@suites/doubles.vitest';
import type { ArgsType } from '@suites/types.doubles';
Expand Down

0 comments on commit 09dc869

Please sign in to comment.