maath icon indicating copy to clipboard operation
maath copied to clipboard

ADD automated Tests & visual tests

Open gsimone opened this issue 4 years ago • 0 comments

Both should exist, eg.

// 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)

gsimone avatar Oct 29 '21 23:10 gsimone