Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jul 24, 2023
1 parent f97a9d4 commit 9f933ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/projection/animate-undo-layout-change.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
parentProjection.root.didUpdate()

frame.postRender(() => {
matchViewportBox(parent, parentOrigin, 0.1)
matchViewportBox(parent, parentOrigin, 0.5)
})
})
</script>
Expand Down
4 changes: 2 additions & 2 deletions dev/projection/perf-neighbours.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
console.log(window.ProjectionFrames)
checkFrame(topEl, 2, {
totalNodes: 5,
resolvedTargetDeltas: 3,
recalculatedProjection: 3,
resolvedTargetDeltas: 4,
recalculatedProjection: 4,
})
})
})
Expand Down

0 comments on commit 9f933ea

Please sign in to comment.