Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 241 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 241 Bytes
  1. Install dependencies by calling yarn install
  2. Write the markedDates function declared in src/utils.ts
  3. Spec of the function is included in src/utils.spec.ts
  4. You can verify your function against spec by calling yarn test