Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /