vizhub-core / vizhub-feedback

VizHub feedback issue tracker
32 stars 3 forks source link

Unit test in vizhub #700

Closed stushurik closed 5 months ago

stushurik commented 3 years ago

As a developer I want to test my code. I would like to store tests in .spec.js files or in .test.js

curran commented 3 years ago

I wonder if we could pull together an example of unit tests within VizHub as it is now.

Maybe possible to pull in Mocha or Jasmine and invoke it?

Would be neat to try.