d3p1 / three.js-journey

My journey to Three.js
https://d3p1.github.io/three.js-journey/
MIT License
0 stars 0 forks source link

Add unit tests #3

Open d3p1 opened 9 months ago

d3p1 commented 9 months ago

Description

For now, our primary focus is on learning the topics covered in the Three.js Journey, so the implemented code currently lacks unit testing.

Solution

Add unit tests for every learned topic.

Additional information