We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ff910 commit 3f3e2cdCopy full SHA for 3f3e2cd
spec/tests/useAsyncIterMemo.spec.ts
@@ -1,7 +1,8 @@
1
import { it, describe, expect, afterEach } from 'vitest';
2
import { gray } from 'colorette';
3
import { renderHook, cleanup as cleanupMountedReactTrees } from '@testing-library/react';
4
-import { useAsyncIterMemo, iterateFormatted } from '../libEntrypoint.js';
+import { /*useAsyncIterMemo, */ iterateFormatted } from '../libEntrypoint.js';
5
+import { useAsyncIterMemo } from '../../src/common/hooks/useAsyncIterMemo/index.js';
6
import { pipe } from '../utils/pipe.js';
7
import { IterableChannelTestHelper } from '../utils/IterableChannelTestHelper.js';
8
import { feedChannelAcrossTicks } from '../utils/feedChannelAcrossTicks.js';
0 commit comments