Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 271 Bytes

dimensions

  • run yarn to install packages
  • run yarn t to run tests or yarn tw to run tests in watch mode
  • implement the last two functions in src/Dimension.ts
  • remove the .skip in src/Dimension.test.ts to run the tests
  • make sure all tests are passing