1 Star 0 Fork 4

iuhao/供应链金融后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
karma.conf.js 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
云之彼端有你 提交于 2017-11-02 14:47 . add
//jshint strict: false
module.exports = function(config) {
config.set({
basePath: './app',
files: [
'bower_components/angular/angular.js',
'bower_components/angular-route/angular-route.js',
'bower_components/angular-mocks/angular-mocks.js',
'components/**/*.js',
'view*/**/*.js'
],
autoWatch: true,
frameworks: ['jasmine'],
browsers: ['Chrome'],
plugins: [
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-jasmine',
'karma-junit-reporter'
],
junitReporter: {
outputFile: 'test_out/unit.xml',
suite: 'unit'
}
});
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iuhao/FinancialSupplyChainBackStage.git
git@gitee.com:iuhao/FinancialSupplyChainBackStage.git
iuhao
FinancialSupplyChainBackStage
供应链金融后台
master

搜索帮助