Skip to content

Commit 3d38c0d

Browse files
committed
test: more test
1 parent 462d1ad commit 3d38c0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/StrictMode.spec.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ describe('StrictMode', () => {
4343
</React.StrictMode>,
4444
);
4545

46+
expect(ref.current.enableMotion).toBeTruthy();
47+
4648
const node = container.querySelector('.motion-box');
4749
expect(node).toHaveClass('transition-appear', 'transition-appear-start');
4850

0 commit comments

Comments
 (0)