You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
877 B
HTML
27 lines
877 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>osc.js Require/AMD Unit Tests</title>
|
|
|
|
<link rel="stylesheet" media="screen" href="../node_modules/infusion/tests/lib/qunit/css/qunit.css" />
|
|
<script type="text/javascript" src="../node_modules/infusion/tests/lib/qunit/js/qunit.js"></script>
|
|
<script src="../node_modules/requirejs/require.js"></script>
|
|
|
|
<script src="osc-module-tests.js"></script>
|
|
</head>
|
|
|
|
<body id="body">
|
|
<h1 id="qunit-header">osc.js Require/AMD Unit Tests</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="main" style="display: none;">
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|