Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 435 Bytes

File metadata and controls

13 lines (8 loc) · 435 Bytes

Practice TDD

In this section you'll practice this key skill of building up your program test first.

Use the Jest syntax and complete the provided files, meeting the acceptance criteria for each function. Use the VSCode test runner to run your tests and check your progress.

Write the tests before the code that will make them pass.

Recommended order:

  1. count.test.js
  2. repeat-str.test.js
  3. get-ordinal-number.test.js