Skip to content

Instantly share code, notes, and snippets.

@snorrebrandstadmoen
Created February 5, 2012 21:00
Show Gist options
  • Select an option

  • Save snorrebrandstadmoen/1747920 to your computer and use it in GitHub Desktop.

Select an option

Save snorrebrandstadmoen/1747920 to your computer and use it in GitHub Desktop.
tree
├── SpecRunner.html
├── jsTestDriver.conf
├── lib
│   ├── jasmine-1.1.0
│   │   ├── MIT.LICENSE
│   │   ├── jasmine-html.js
│   │   ├── jasmine.css
│   │   ├── jasmine.js
│   │   └── jasmine_favicon.png
│   ├── jasmine-adapter
│   │   └── JasmineAdapter.js
│   ├── jasmine-jquery-1.3.1
│   │   └── jasmine-jquery-1.3.1.js
│   ├── jasmine-sinon
│   │   └── jasmine-sinon.js
│   ├── jquery-1.6.4
│   │   └── jquery-1.6.4.js
│   ├── jquery-lettering-0.6.1
│   │   └── jquery.lettering-0.6.1.min.js
│   ├── js-test-driver
│   │   └── JsTestDriver-1.3.3d.jar
│   └── sinon-1.2.0
│   └── sinon-1.2.0.js
├── public
│   ├── css
│   ├── index.html
├── spec
│   ├── client
│   └── server
│   └── scoring.spec.js
├── src
│   ├── client
│   └── server
│   └── scoring.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment