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 3c1f19c commit a9530a8Copy full SHA for a9530a8
spec/tests/useAsyncIterMemo.spec.ts
@@ -2,7 +2,7 @@ import { nextTick } from 'node:process';
2
import { it, describe, expect, afterEach } from 'vitest';
3
import { gray } from 'colorette';
4
import { renderHook, cleanup as cleanupMountedReactTrees } from '@testing-library/react';
5
-import { useAsyncIterMemo, iterateFormatted } from '../../src/index.js';
+import { useAsyncIterMemo, iterateFormatted } from '../libEntrypoint.js';
6
import { pipe } from '../utils/pipe.js';
7
import { asyncIterToArray } from '../utils/asyncIterToArray.js';
8
import { asyncIterTake } from '../utils/asyncIterTake.js';
0 commit comments