Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 653 Bytes

File metadata and controls

19 lines (18 loc) · 653 Bytes

node

  1. Introduction to Node / TypeScript
  2. basic "Calculator" example (add)
  3. Calculator throws error example
  4. Placeholder service / TodoListService example walkthrough
  5. FakePlaceholderService (hardcoded data)
  6. JestMockPlaceholderService (can verify function calls)

vue

  1. Folder structure + services
  2. TodoList + TodoListItem components
  3. TodoListItem spec, model binding
  4. TodoListItem spec, "removeItem" event listening
  5. TodoList useTodoList hook
  6. TodoList spec jest mocks
  7. TodoList spec Loading
  8. TodoList spec error
  9. TodoList spec shallow mount vs mount vs mount w/ component overrides
  10. TodoList TDD for Add / remove items