vue-json-tree
Version:
Vue component that renders JSON data in a collapsible tree structure.
18 lines (16 loc) • 372 B
JavaScript
const webpackConfig = require('./webpack.config')
module.exports = config => {
config.set({
browsers: ['ChromeHeadless'],
frameworks: ['mocha', 'chai'],
reporters: ['mocha'],
files: ['./test/index.js'],
preprocessors: {
'./test/index.js': ['webpack']
},
webpack: webpackConfig,
webpackMiddleware: {
noInfo: true
}
})
}