Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Layout Transition with size change #6178

Merged
merged 9 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename files
  • Loading branch information
Latropos committed Jun 27, 2024
commit 0d95d8bb4fbd56c0d19c04cee1c4033d09a0b86e
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import './tests/layoutAnimations/entering/predefinedEntering.test';

import './tests/layoutAnimations/exiting/predefinedExiting.test';

import './tests/layoutAnimations/layout/predefinedLayoutPosition';
import './tests/layoutAnimations/layout/predefinedLayoutPosition.test';

import './tests/advancedAPI/useFrameCallback.test';
// import './tests/advancedAPI/measure.test'; crash on Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
TransitionSnapshot200ms,
TransitionSnapshotNoModifiers,
} from './layoutTransition.snapshot';
import { Direction, TransitionUpOrDown, TransitionLeftOrRight, TRANSITION_REF } from './testComponents.test';
import { Direction, TransitionUpOrDown, TransitionLeftOrRight, TRANSITION_REF } from './TestComponents';

async function getSnapshotUpdates(layout: any, direction: Direction, waitTime: number) {
await mockAnimationTimer();
Expand Down