1 Star 0 Fork 7

百倍/vue-seamless-scroll

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
karma.conf.js 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuan.chen 提交于 2019-07-26 17:15 . 加入测试代码 + 代码调整中
var webpackConfig = require('./build/webpack.dev.js')
module.exports = function(config) {
config.set({
frameworks: ['mocha'],
files: ['tests/**/*.spec.js'],
preprocessors: {
'**/*.spec.js': ['webpack', 'sourcemap']
},
webpack: webpackConfig,
reporters: ['spec', 'coverage'],
coverageReporter: {
dir: './coverage',
reporters: [{ type: 'lcov', subdir: '.' }, { type: 'text-summary' }]
},
browsers: ['ChromeHeadless']
})
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/likely-cloud/vue-seamless-scroll.git
git@gitee.com:likely-cloud/vue-seamless-scroll.git
likely-cloud
vue-seamless-scroll
vue-seamless-scroll
master

搜索帮助