You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
668 B
22 lines
668 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>QUnit Example</title>
|
|
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.0.css">
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="https://code.jquery.com/qunit/qunit-2.0.0.js"></script>
|
|
<script src="./jquery-3.1.0.min.js"></script>
|
|
<script src="helpers.js"></script>
|
|
<script src="bundle.js"></script>
|
|
<script src="/testem.js"></script>
|
|
|
|
<iframe src="/development/test.html" height="800px" width="500px">
|
|
<p>Your browser does not support iframes</p>
|
|
</iframe>
|
|
</body>
|
|
</html>
|
|
|