Custom Lodash Tests - rolling-scopes-school/RS-Short-Track GitHub Wiki

Folder Name Branch Coefficient
custom-lodash-tests custom-lodash-tests 1

Custom Lodash Tests

The task is to cover your implementation of Custom Loadash with tests. Tests are supposed to cover all the scenarios described in the spec.

Your score will be determined based on code coverage. And reduced if you haven't implemented all the methods in the Custom Lodash.

Eg you implemented 30 out of 45 cases in the custom lodash, and covered 80% of your implementation with tests.
Your maximum score is reduced by 30% (30% of cases are missing), So a maximum of 70 * 80% = 56.