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
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
Remove unnecessary comment
  • Loading branch information
Latropos committed Jun 27, 2024
commit a72bcd4235c3a88b3e20a5fbac45fcc9fed1107f
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ describe('Test predefined layout transitions', () => {
for (const direction of Object.values(Direction)) {
const snapshotName = `${transition.name}_${direction}`;
const updates = await getSnapshotUpdates(transition, direction, waitTime);
// console.log(`${snapshotName}: ${JSON.stringify(updates)}`);
expect(updates).toMatchSnapshots(
TransitionSnapshotNoModifiers[snapshotName as keyof typeof TransitionSnapshotNoModifiers],
);
Expand Down