We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462d1ad commit 3d38c0dCopy full SHA for 3d38c0d
tests/StrictMode.spec.tsx
@@ -43,6 +43,8 @@ describe('StrictMode', () => {
43
</React.StrictMode>,
44
);
45
46
+ expect(ref.current.enableMotion).toBeTruthy();
47
+
48
const node = container.querySelector('.motion-box');
49
expect(node).toHaveClass('transition-appear', 'transition-appear-start');
50
0 commit comments