Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 515 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 515 Bytes

Jasmine Sandbox

A development sandbox for playing with the Jasmine testing library.

Getting Started

  1. Download the repo files and open the spec runner page in a browser
git clone https://github.com/dbc-challenges/jasmine_sandbox.git
cd jasmine_sandbox
open SpecRunner.html -a Google\ Chrome.app # or whichever browser you prefer
  1. Add your source code to src/Script.js and your specs to spec/Spec.js
  2. Refresh SpecRunner.html and behold the magic