UNPKG

infusion

Version:

Infusion is an application framework for developing flexible stuff with JavaScript

37 lines (26 loc) 1.15 kB
<!DOCTYPE html> <html lang="en" dir="ltr" id="html"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test Title Goes Here</title> <!-- This is the jqUnit test css file --> <link rel="stylesheet" media="screen" href="../../../lib/qunit/css/qunit.css" /> <!-- These are the required javascript modules --> <script src="../../../../src/lib/jquery/core/js/jquery.js"></script> <!-- These are the jqUnit test js files --> <script src="../../../lib/qunit/js/qunit.js"></script> <script src="../../../test-core/jqUnit/js/jqUnit.js"></script> <!-- Include the javascript files you are testing here --> <!-- Include the javascript tests here --> </head> <body id="body"> <h1 id="qunit-header">Test Title Goes Here</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <!-- Test HTML --> <div id="qunit-fixture" style="display: none;"> </div> </body> </html>