2016-10-05 07:12:26 +00:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2018-06-28 10:31:26 +00:00
|
|
|
<title>Unit Tests</title>
|
2017-12-31 08:51:07 +00:00
|
|
|
<script src="/node_modules/qunit/qunit/qunit.js"></script>
|
2016-10-05 07:12:26 +00:00
|
|
|
<script src="/testem.js"></script>
|
|
|
|
|
{{#serve_files}}<script src="{{{src}}}"{{#attrs}} {{&.}}{{/attrs}}></script>{{/serve_files}}
|
2017-12-31 08:51:07 +00:00
|
|
|
<link rel="stylesheet" href="/node_modules/qunit/qunit/qunit.css"/>
|
2016-10-05 07:12:26 +00:00
|
|
|
{{#styles}}<link rel="stylesheet" href="{{.}}">{{/styles}}
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="qunit"></div>
|
|
|
|
|
<div id="qunit-fixture"></div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|