lorem
Version:
Filler text generator compatible with Node.js, Require.js and plain-old <script/>.
20 lines • 560 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>QUnit</title>
<link rel="stylesheet" href="thirdparty/qunit/qunit.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture" style="display: none"></div>
<!--
all third-party dependencies must proceed qunit and tests.
otherwise you may experience phantom.js timeouts.
-->
<script src="thirdparty/jquery/jquery.js"></script>
<script src="../library/lorem.js"></script>
<script src="thirdparty/qunit/qunit.js"></script>
<script src="lorem.test.js"></script>
</body>
</html>