UNPKG

gpii-testem

Version:

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

23 lines (20 loc) 580 B
<html> <head> <title>"Child" test two.</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("Two tests are even better.", function (assert) { assert.ok(true, "So true!"); }); </script> </body> </html>