Skip to content

Commit 3f3e2cd

Browse files
committed
up
1 parent e0ff910 commit 3f3e2cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/tests/useAsyncIterMemo.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { it, describe, expect, afterEach } from 'vitest';
22
import { gray } from 'colorette';
33
import { renderHook, cleanup as cleanupMountedReactTrees } from '@testing-library/react';
4-
import { useAsyncIterMemo, iterateFormatted } from '../libEntrypoint.js';
4+
import { /*useAsyncIterMemo, */ iterateFormatted } from '../libEntrypoint.js';
5+
import { useAsyncIterMemo } from '../../src/common/hooks/useAsyncIterMemo/index.js';
56
import { pipe } from '../utils/pipe.js';
67
import { IterableChannelTestHelper } from '../utils/IterableChannelTestHelper.js';
78
import { feedChannelAcrossTicks } from '../utils/feedChannelAcrossTicks.js';

0 commit comments

Comments
 (0)