Skip to content

ga-wdi-exercises/jasmine-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Calculator Spec

Local Setup

git clone https://github.com/ga-wdi-exercises/jasmine-calculator
npm install -g jasmine-node
cd jasmine-calculator
jasmine-node spec

Instructions

Fix the failing tests!

More specifically:

  • Edit only Calculator.js
  • View the tests in spec/
  • If you get undefined is not a function, define it in calculator.js

Releases

No releases published

Packages

No packages published