2013-07-24 18:20:53 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2014-12-10 01:06:56 +08:00
|
|
|
<title>Torque.js QUnit tests</title>
|
|
|
|
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
|
2013-07-24 18:20:53 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="qunit"></div>
|
|
|
|
<div id="qunit-fixture"></div>
|
|
|
|
|
2014-12-10 01:06:56 +08:00
|
|
|
<script src="../node_modules/leaflet/dist/leaflet.js"></script>
|
|
|
|
<script src="./suite-bundle.js"></script>
|
2013-07-24 18:20:53 +08:00
|
|
|
</body>
|
|
|
|
</html>
|