chenqingspring / ng-lottie

Render After Effects animations on Angular based on lottie-web
MIT License
340 stars 100 forks source link

Setup UT #4

Open chenqingspring opened 7 years ago

yannbf commented 7 years ago

Hey, I'll start taking a look at it. Are there any specific tests you want me to implement?

chenqingspring commented 7 years ago

Hi, Thanks for looking up this project :-)

Functionally, It is simple enough that code logic aren't worth to test. The only thing think is testable now is the code like: loop: this.options.loop !== false

Or you can think about how to test the build package... I always did it manually..

yannbf commented 7 years ago

Sure! I'll take a look on this weekend and let you know.