You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// whatever.viz.jsx
// 1. passing viz
function ComponentWithVizUsingR3FProbably() {
return <mesh>...</mesh>
}
// 2. non passing viz
...
// whatever.test.js
// regular jest stuff
Ideally, every fn in every entry point should have both visuals and unit (although visual is hard with stuff like determinants)
The text was updated successfully, but these errors were encountered:
Both should exist, eg.
Ideally, every fn in every entry point should have both visuals and unit (although visual is hard with stuff like determinants)
The text was updated successfully, but these errors were encountered: