Skip to content

Instantly share code, notes, and snippets.

@bmcorser
bmcorser / README.md
Last active August 29, 2015 14:00 — forked from gmarik/README.md

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