openseadragon/test/test.js
Chris Adams 595f7c8794 Updated testing instructions
* Converted README to README.md so we can use Markdown formatting
* Updated prose to reflect switch to node.js-based tools
* Updated test.html to use the node_modules path built when you "npm install qunit" in the repository root. This could be cleaner - it'd be particularly nice if there was a way to have grunt serve qunit's support files out of a global install.
* Minor cleanup
2013-02-04 16:40:46 -05:00

3 lines
68 B
JavaScript

test( "hello test", function() {
ok( 1 == "1", "Passed!" );
});