How to write tests for three.js? Using unittest

Essentially, I ask if there is a way to write unit tests for my JavaScript files for the three.js library, where I have a three-dimensional viewer that houses the camera, rendering, loader, etc. How to write tests for something like that? Is there anything I can read for this? Is it possible?

+7
source share

All Articles