Cleaned up karma configuration files

This commit is contained in:
jacobawenger
2014-10-22 15:17:23 -07:00
parent 100216a854
commit 61424f2092
3 changed files with 3 additions and 33 deletions

View File

@@ -1,26 +0,0 @@
module.exports = function(config) {
config.set({
frameworks: ["jasmine"],
browsers: ["Firefox"],
autowatch: false,
singleRun: true,
preprocessors: {
"../src/*.js": "coverage"
},
reporters: ["spec", "failed", "coverage"],
coverageReporter: {
reporters: [
{
type: "lcovonly",
dir: "coverage",
subdir: "."
},
{
type: "text-summary"
}
]
},
});
};

View File

@@ -1,7 +1,6 @@
module.exports = function(config) {
config.set({
frameworks: ["jasmine"],
browsers: ["Chrome"],
autowatch: false,
singleRun: true,