Skip to content

burgerkati/TDD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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