mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-23 20:10:56 +08:00
Cleaned up karma configuration files
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
});
|
||||
};
|
||||
@@ -1,7 +1,6 @@
|
||||
module.exports = function(config) {
|
||||
config.set({
|
||||
frameworks: ["jasmine"],
|
||||
browsers: ["Chrome"],
|
||||
autowatch: false,
|
||||
singleRun: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user