c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.35k stars 1.39k forks source link

Start more granular unit tests. #2762

Open kt3k opened 4 years ago

kt3k commented 4 years ago

Now we only have integration tests. That's ok for most cases, but when we want to test small utility functions in the library, integration tests are too much for the purpose and we need small unit tests for such cases.