{
    "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" }
            ]
        }
    }
}
