We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cceca commit 306b522Copy full SHA for 306b522
1 file changed
src/__tests__/useSplitTreatments.test.tsx
@@ -75,7 +75,6 @@ test('useSplitTreatments', async () => {
75
</SplitFactory>
76
);
77
78
- // Awaiting to make sure each event is processed with a different lastUpdate timestamp.
79
await act(() => mainClient.__emitter__.emit(Event.SDK_READY_FROM_CACHE));
80
await act(() => mainClient.__emitter__.emit(Event.SDK_READY));
81
await act(() => mainClient.__emitter__.emit(Event.SDK_UPDATE));
0 commit comments