Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkamyshev committed Aug 23, 2023
1 parent acbdf4b commit 456c0c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/retry/__tests__/retry.query.test-d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createEvent, UnitValue } from 'effector';
import { describe, test, vi, expectTypeOf } from 'vitest';
import { createEvent, type UnitValue } from 'effector';
import { describe, test } from 'vitest';

import { Query } from '../../query/type';
import { type Query } from '../../query/type';
import { retry } from '../retry';

describe('retry', () => {
Expand Down

0 comments on commit 456c0c3

Please sign in to comment.