-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write tests that assert the markers are shown or hidden as in the new…
… example code (#52) * heatmap color remains same * over ride method for zoomlevel , precision created * Update README.md * testing init * jasmine.json changed * tests added * done changes * changes recommended by jeff * test * gruntfile modified * last test runs now/fixtures are loaded now * specRunner added * tests running now :)
- Loading branch information
1 parent
60729c4
commit ab0774f
Showing
7 changed files
with
731 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!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/jquery/dist/jquery.js"></script> | ||
|
||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | ||
|
||
<script src="node_modules/jasmine-jquery/lib/jasmine-jquery.js"></script> | ||
|
||
<script src="node_modules/jasmine-ajax/lib/mock-ajax.js"></script> | ||
|
||
<script src="node_modules/leaflet-blurred-location/dist/Leaflet.BlurredLocation.js"></script> | ||
|
||
<script src="node_modules/leaflet-graticule/Leaflet.Graticule.js"></script> | ||
|
||
<script src="dist/Leaflet.BlurredLocationDisplay.js"></script> | ||
|
||
<script src="spec/javascripts/test_spec.js"></script> | ||
|
||
<script src=".grunt/grunt-contrib-jasmine/reporter.js"></script> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.