2017-04-27 15:25:00 +02:00
|
|
|
<!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="./test-bundle.js"></script>
|
|
|
|
<script src="/testem.js"></script>
|
2017-04-27 17:21:10 +02:00
|
|
|
|
2017-04-27 15:25:00 +02:00
|
|
|
<div id="app-content"></div>
|
2017-04-27 17:21:10 +02:00
|
|
|
<script src="./bundle.js"></script>
|
2017-04-27 15:25:00 +02:00
|
|
|
</body>
|
|
|
|
</html>
|