A development sandbox for playing with the Jasmine testing library.
- Download the repo files and open the spec runner page in a browser
git clone https://github.com/openspectrum/jasmine_sandbox.git
cd jasmine_sandbox
open SpecRunner.html -a Google\ Chrome # or whichever browser you prefer
- Add your source code to
src/Script.js
and your specs tospec/Spec.js
- Refresh SpecRunner.html and behold the magic