We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79cf60 commit e55f0f0Copy full SHA for e55f0f0
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