- Install dependencies by calling
yarn install
- Write the
markedDates
function declared insrc/utils.ts
- Spec of the function is included in
src/utils.spec.ts
- You can verify your function against spec by calling
yarn test
yarn install
markedDates
function declared in src/utils.ts
src/utils.spec.ts
yarn test