mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-18 00:20:59 +00:00
* 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
3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
test( "hello test", function() {
|
|
ok( 1 == "1", "Passed!" );
|
|
});
|