Skip to content

Answer#1

Open
jpjmortimer wants to merge 2 commits intomainfrom
answer
Open

Answer#1
jpjmortimer wants to merge 2 commits intomainfrom
answer

Conversation

@jpjmortimer
Copy link
Copy Markdown
Owner

@jpjmortimer jpjmortimer commented Feb 14, 2023

Tasks completed:

  • Implement the add Todo form
  • Implement the missing test in utils.spec.ts
  • Render a list of Todos
  • Render a list of completed Todos
  • Clicking on each Todo's checkbox will toggle its completed state

npm run test:

✓ src/utils.spec.ts (6)
✓ convertStringToTags() (5)
✓ should return a list of tags
✓ should handle a single tag
✓ should exclude duplicates
✓ should exclude falsy tag values
✓ should trim white spaces
✓ createId() (1)
✓ should return a number

Test Files 1 passed (1)
Tests 6 passed (6)
Start at 08:11:21
Duration 1.79s (transform 216ms, setup 0ms, collect 52ms, tests 7ms)

npm run ts-check:

react-challenge-1@0.0.0 ts-check
tsc --noEmit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant