Skip to content

Commit

Permalink
Making test error clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Sep 5, 2023
1 parent bc1be3b commit 20b97cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dev/optimized-appear/resync.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@

const { opacity } = window.getComputedStyle(box)
if (parseFloat(opacity) < 0.65) {
showError(box, "Resync failed")
showError(
box,
"Resync failed with opacity: " + opacity
)
}
})
})
Expand Down
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "97272456d950d7280885dd9a102b92de7ec86929"
"gitHead": "bc1be3b9d0f097871f98113ec31181c955c7d4ff"
}
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
"maxSize": "31.5 kB"
}
],
"gitHead": "97272456d950d7280885dd9a102b92de7ec86929"
"gitHead": "bc1be3b9d0f097871f98113ec31181c955c7d4ff"
}

0 comments on commit 20b97cd

Please sign in to comment.