mohsen-angular-leaflet-directive
Version:
angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps
23 lines (22 loc) • 648 B
JSON
{
"unit": {
"configFile": "test/karma-unit.conf.js",
"autoWatch": false,
"singleRun": true
},
"unit_coverage": {
"configFile": "test/karma-unit.conf.js",
"autoWatch": false,
"singleRun": true,
"reporters": ["progress", "coverage"],
"preprocessors": {
"dist/angular-leaflet-directive.js": ["coverage"]
},
"coverageReporter": {
"reporters": [
{ "type": "lcov", "dir": "coverage/", "subdir": "report" },
{ "type": "text-summary", "dir": "coverage/", "subdir": "report" }
]
}
}
}