Skip to content

Commit a9530a8

Browse files
committed
fix test
1 parent 3c1f19c commit a9530a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/tests/useAsyncIterMemo.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { nextTick } from 'node:process';
22
import { it, describe, expect, afterEach } from 'vitest';
33
import { gray } from 'colorette';
44
import { renderHook, cleanup as cleanupMountedReactTrees } from '@testing-library/react';
5-
import { useAsyncIterMemo, iterateFormatted } from '../../src/index.js';
5+
import { useAsyncIterMemo, iterateFormatted } from '../libEntrypoint.js';
66
import { pipe } from '../utils/pipe.js';
77
import { asyncIterToArray } from '../utils/asyncIterToArray.js';
88
import { asyncIterTake } from '../utils/asyncIterTake.js';

0 commit comments

Comments
 (0)