|
|
|
|
|
by shahinghasemi
1558 days ago
|
|
Have not read the article yet but I guess it can be solved using incremental tests. First we write the tests for the core features of the API then while implementing it to pass the tests, we'll find that there arw some edge cases that we have not consider, so we write tests for them.
In addition tests framework like jest provides good API around the coverages. |
|