1 Star 2 Fork 0

染青 / regexper-static

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
karma.conf.js 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff Avallone 提交于 2020-09-05 13:27 . Updating Karma
const webpackConfig = require('./webpack.config.js');
module.exports = function(karma) {
karma.set({
frameworks: ['jasmine'],
files: [ 'spec/test_index.js' ],
preprocessors: {
'spec/test_index.js': ['webpack', 'sourcemap']
},
reporters: ['progress', 'notify'],
colors: true,
logLevel: karma.LOG_INFO,
browsers: ['Chrome'],
autoWatch: true,
singleRun: false,
webpack: {
devtool: 'inline-source-map',
mode: 'development',
module: webpackConfig.module
}
});
};
JavaScript
1
https://gitee.com/dhclly/regexper-static.git
git@gitee.com:dhclly/regexper-static.git
dhclly
regexper-static
regexper-static
master

搜索帮助