cdb
This commit is contained in:
39
lib/assets/javascripts/cdb/test/SpecRunner-src.html
Normal file
39
lib/assets/javascripts/cdb/test/SpecRunner-src.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Jasmine Spec Runner</title>
|
||||
<link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../.grunt/grunt-contrib-jasmine/jasmine.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<script src="../.grunt/grunt-contrib-jasmine/jasmine.js"></script>
|
||||
|
||||
<script src="../.grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
|
||||
|
||||
<script src="../.grunt/grunt-contrib-jasmine/json2.js"></script>
|
||||
|
||||
<script src="../.grunt/grunt-contrib-jasmine/boot.js"></script>
|
||||
|
||||
<script src="../node_modules/source-map-support/browser-source-map-support.js"></script>
|
||||
|
||||
<script src="install-source-map-support.js"></script>
|
||||
|
||||
<script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyA4KzmztukvT7C49NSlzWkz75Xg3J_UyFI&v=3.32"></script>
|
||||
|
||||
<script src="../node_modules/jasmine-ajax/lib/mock-ajax.js"></script>
|
||||
|
||||
<script src="../node_modules/leaflet/dist/leaflet-src.js"></script>
|
||||
|
||||
<script src="../.tmp/src-specs.js"></script>
|
||||
|
||||
<script src="../.grunt/grunt-contrib-jasmine/reporter.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user