4 Star 4 Fork 0

Gitee 极速下载 / update-scanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/sneakypete81/updatescanner
克隆/下载
karma.conf.js 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
/* eslint-env node */
// Karma configuration
// Generated on Thu Nov 24 2016 11:02:43 GMT+0000 (GMT)
module.exports = function(config) {
config.set({
// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: '',
// frameworks to use
// available frameworks: https://npmjs.org/browse/keyword/karma-adapter
// Don't use the jasmine-jquery plugin, it's horrible.
// Just include jasmine-jquery.js in the files below.
frameworks: ['jasmine'],
// list of files / patterns to load in the browser
files: [
{
pattern: 'src/dependencies/include/**/*.js',
},
{
pattern: 'src/dependencies/module/**/*.js',
type: 'module',
},
{
pattern: 'src/lib/**/*.js',
type: 'module',
},
{
pattern: 'test/dependencies/**/*.js',
},
{
pattern: 'test/unit/*_spec.js',
type: 'module',
},
// Serve fixtures, but don't include them in the runner
{
pattern: 'test/unit/fixtures/**',
included: false,
},
],
// Fix module paths to match where Karma serves them
proxies: {
'/lib/': '/base/src/lib/',
'/dependencies/': '/base/src/dependencies/',
'/test/': '/base/test/',
},
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
},
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters: ['dots'],
// web server port
port: 9876,
// enable / disable colors in the output (reporters and logs)
colors: true,
// level of logging
// possible values: config.LOG_DISABLE || config.LOG_ERROR ||
// config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
logLevel: config.LOG_INFO,
// enable/disable watching file and executing tests when any file changes
autoWatch: false,
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ['Firefox'],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: true,
// Concurrency level
// how many browser should be started simultaneous
concurrency: Infinity,
});
};
JavaScript
1
https://gitee.com/mirrors/update-scanner.git
git@gitee.com:mirrors/update-scanner.git
mirrors
update-scanner
update-scanner
master

搜索帮助