biommap/sandbox/lines-polygons/leaflet/Proj4Leaflet-1.0.1/test/mocha.html

29 lines
927 B
HTML

<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link href="http://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" />
</head>
<body>
<div id="mocha"></div>
<script src="http://cdn.rawgit.com/Automattic/expect.js/0.3.1/index.js"></script>
<script src="http://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<!-- include source files here... -->
<script type="text/javascript" src="../lib/leaflet/leaflet-src.js"></script>
<script type="text/javascript" src="../lib/proj4-compressed.js"></script>
<script type="text/javascript" src="../src/proj4leaflet.js"></script>
<!-- include spec files here... -->
<script type="text/javascript" src="test-data.js"></script>
<script type="text/javascript" src="specs.js"></script>
<script>
mocha.checkLeaks();
mocha.globals(['jQuery']);
mocha.run();
</script>
</body>
</html>