1 Star 0 Fork 0

yudian/commonLoginJsSdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
karma.conf.js 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
yudian 提交于 2018-12-12 18:22 . first
'use strict';
var istanbul = require('browserify-istanbul');
module.exports = function(karma) {
karma.set({
frameworks: [ 'browserify' , 'jasmine'],
files: [
'src/**/*.js',
// 'src/**/xlapi.js',
// 'src/**/main.js',
// 'dist/xl.js',
'test/**/*Spec.js'
],
reporters: [ 'coverage', 'dots', 'progress'],
preprocessors: {
'test/**/*Spec.js': [ 'browserify' ],
'src/**/*.js': ['browserify', 'coverage' ]
// 'src/**/main.js': ['browserify']
},
browsers: [ 'PhantomJS' ],
logLevel: 'LOG_DEBUG',
singleRun: true,
autoWatch: false,
// browserify configuration
browserify: {
debug: true,
transform: [ 'brfs', 'browserify-shim' , istanbul({
ignore: ['**/node_modules/**', '**/test/**']
})]
},
coverageReporter: {
reporters: [
{type: 'html'},
{type: 'cobertura'}
]
}
});
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zipengxian/commonLoginJsSdk.git
git@gitee.com:zipengxian/commonLoginJsSdk.git
zipengxian
commonLoginJsSdk
commonLoginJsSdk
master

搜索帮助