Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 523 Bytes

NOTES.md

File metadata and controls

30 lines (21 loc) · 523 Bytes

NOTES

Goals

  • Unit tests
    • mocking the input
  • Integration tests
  • UI testing
  • End-to-end testing

Demonstration Ideas

  • Histogram
  • corelation matrix
    • Hover over a cell to see the value
    • Clustering???

Lessons

  • Unit Test
    • toMatchSnapshot()
  • Integration test
    • Common function to render the component
    • Freedom to change input / output
    • Separate assertion from the test harness
  • UI unit tests