-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
21 lines (21 loc) · 770 Bytes
/
test.html
File metadata and controls
21 lines (21 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>QUnit Main Test Suite</title>
<link rel="stylesheet" href="./thirdparty/qunit/qunit.css">
<script src="./thirdparty/qunit/qunit.js"></script>
<script src="./thirdparty/zepto/zepto.min.js"></script>
<script src="./thirdparty/jszip/jszip.min.js"></script>
<script src="./thirdparty/coffee-script/coffee-script.min.js"></script>
<script src="./thirdparty/jade/jade.min.js"></script>
<script src="./thirdparty/less.js/less.min.js"></script>
<script src="./thirdparty/stylus/stylus.min.js"></script>
<script src="./lib.js"></script>
<script src="./test.js"></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html>