1 Star 0 Fork 0

tommy/require

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
karma.conf.js 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
tommy 提交于 2018-12-27 13:36 . upload codecov
module.exports = function(config) {
config.set({
basePath: '',
frameworks: ['jasmine'],
files: [
'src/*.js',
'test/**/*.spec.js',
{pattern: 'test/res/*', included: false}
],
exclude: [
],
preprocessors: {
'src/*.js': ['coverage']
},
reporters: ['progress', 'coverage'],
coverageReporter: {
dir: 'coverage',
reporters: [
{type: 'cobertura', subdir: 'cobertura'},
{type:'lcovonly', subdir: 'lcovonly'},
{type:'json', subdir: 'json'},
{type:'html',subdir : 'html'}
]
},
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: ['PhantomJS'],
//browsers: ['Chrome'],
plugins: [
'karma-jasmine',
'karma-coverage',
'karma-phantomjs-launcher',
'karma-chrome-launcher'
],
//browsers: ['Chrome'],
singleRun: true,
concurrency: Infinity
})
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hq1980/require.git
git@gitee.com:hq1980/require.git
hq1980
require
require
master

搜索帮助