Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 325 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 325 Bytes

Test Driven Development - Jasmine 3.7.1

Write out specs

  • spec/questions.spec.js

Test out potential functions

  • src/questions.js

Display results in

  • SpecRunner.html

The goal is to

  1. Describe the features
  2. Identify how they should behave
  3. Set the results
  4. Identify what we expect the result to return