Code coverage report for ./suites/control/Control.ScaleSpec.js

Statements: 100% (4 / 4)      Branches: 100% (0 / 0)      Functions: 100% (2 / 2)      Lines: 100% (4 / 4)     

All files » ./suites/control/ » Control.ScaleSpec.js
1 2 3 4 5 6 71 1 1 1      
describe("Control.Scale", function () {
	it("can be added to an unloaded map", function () {
		var map = L.map(document.createElement('div'));
		new L.Control.Scale().addTo(map);
	});
});