UNPKG

gpii-testem

Version:

A library to assist in using Testem within the Fluid ecosystem.

23 lines (20 loc) 617 B
<html> <head> <title>"Child" test four.</title> <!-- QUnit and other includes --> <link rel="stylesheet" href="../../node_modules/infusion/tests/lib/qunit/css/qunit.css"/> <script src="../../node_modules/infusion/tests/lib/qunit/js/qunit.js"></script> <script src="/testem.js"></script> </head> <body> <!-- Your QUnit HTML fixtures --> <div id="qunit"></div> <div id="qunit-fixture"> </div> <script type="text/javascript"> QUnit.test("Four tests are usually better than three.", function (assert) { assert.ok(true, "Don't push your luck, but OK?"); }); </script> </body> </html>