Skip to content

Commit 34f74f6

Browse files
committed
remove .only
1 parent c89576a commit 34f74f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/react/hooks/__tests__/createBillingPaginatedHook.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ describe('createBillingPaginatedHook', () => {
180180
});
181181
});
182182

183-
it.only('when for=organization orgId should be forwarded to fetcher (infinite mode)', async () => {
183+
it('when for=organization orgId should be forwarded to fetcher (infinite mode)', async () => {
184184
fetcherMock.mockImplementation((params: any) =>
185185
Promise.resolve({
186186
data: Array.from({ length: params.pageSize }, (_, i) => ({ id: `item-${params.initialPage}-${i}` })),

0 commit comments

Comments
 (0)