UNPKG

yeti

Version:

Yeti automates browser testing.

13 lines (12 loc) 282 B
<!doctype html> <head> <title>Yeti QUnit Test</title> <link rel="stylesheet" href="../../../dep/dev/qunit.css"> </head> <div id="qunit"></div> <script src="../../../dep/dev/qunit.js"></script> <script> test("hello qunit", function () { ok(1 == 1, "Yay!"); }); </script>