3 Star 7 Fork 4

云之彼端有你 / 供应链金融后台

加入 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'
}
});
};
1
https://gitee.com/ishuhao/FinancialSupplyChainBackStage.git
git@gitee.com:ishuhao/FinancialSupplyChainBackStage.git
ishuhao
FinancialSupplyChainBackStage
供应链金融后台
master

搜索帮助