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

ADD automated Tests & visual tests #2

Open
gsimone opened this issue Oct 29, 2021 · 0 comments
Open

ADD automated Tests & visual tests #2

gsimone opened this issue Oct 29, 2021 · 0 comments

Comments

@gsimone
Copy link
Member

gsimone commented Oct 29, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant