We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c39c9e commit 3da04b6Copy full SHA for 3da04b6
examples/basic/components/__tests__/AnimatedView.test.tsx
@@ -20,7 +20,7 @@ describe('AnimatedView', () => {
20
);
21
expect(screen.root).toHaveStyle({ opacity: 0 });
22
23
- await act(() => jest.advanceTimersByTime(250));
+ await act(() => jest.advanceTimersByTimeAsync(250));
24
// Does not work with native driver
25
// expect(screen.root).toHaveStyle({ opacity: 1 });
26
});
0 commit comments