Skip to content

Commit 89cb44f

Browse files
committed
Cleanup .only call in test.
1 parent f11f817 commit 89cb44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/tests/useQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('useQuery', () => {
9393
);
9494
});
9595

96-
it.only('should rerun the query when refresh is used', async () => {
96+
it('should rerun the query when refresh is used', async () => {
9797
const db = openPowerSync();
9898
const getAllSpy = vi.spyOn(db, 'getAll');
9999

0 commit comments

Comments
 (0)