lasso-node
Version:
JavaScript widget and page unit testing with on the fly instrumentation
16 lines • 491 B
HTML
<html>
<head>
<script type="text/javascript" src="lib/qunit.js"></script>
<script type="text/javascript" src="lib/pavlov.js"></script>
<script type="text/javascript" src="tests.js"></script>
<link rel="stylesheet" href="lib/qunit.css" type="text/css" media="screen" />
</head>
<body>
<h1 id="qunit-header"></h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>