Skip to content

Instantly share code, notes, and snippets.

View tbarker9's full-sized avatar

Tommy Barker tbarker9

  • University of Pennsylvania Libraries
  • Philadelphia
View GitHub Profile
@gmarik
gmarik / README.md
Created October 21, 2011 21:44
phantomjs qunit.js example

About

minimal example of using [phantomjs] with [qunit]

$ phantomjs run-qunit.js file://`pwd`/test.html
'waitFor()' finished in 200ms.
Tests completed in 21 milliseconds.
5 tests of 5 passed, 0 failed.

Installation