3 Star 1 Fork 0

Gitee 极速下载 / salte-auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/salte-auth/salte-auth
克隆/下载
karma.conf.js 863 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nick Woodward 提交于 2019-04-05 22:57 . ci: added smoke tests (#351)
const common = require('./rollup.common.config.js');
module.exports = (config) => {
config.set({
basePath: '',
frameworks: [
'mocha'
],
files: [
'test/unit/index.js'
],
preprocessors: {
'test/unit/index.js': ['rollup', 'sourcemap'],
},
rollupPreprocessor: common({
minified: false,
es6: false,
tests: true,
coverage: true
}),
reporters: ['mocha', 'coverage'],
coverageReporter: {
dir: 'coverage',
reporters: [
{ type: 'text' },
{ type: 'lcovonly', subdir: '.', file: 'lcov.info' }
]
},
mochaReporter: {
showDiff: true
},
port: 9876,
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['ChromeHeadless'],
browserNoActivityTimeout: 120000,
singleRun: false
});
}
JavaScript
1
https://gitee.com/mirrors/salte-auth.git
git@gitee.com:mirrors/salte-auth.git
mirrors
salte-auth
salte-auth
master

搜索帮助