UNPKG

jss-global

Version:
20 lines (18 loc) 428 B
const webpackConfig = require('./webpack.config') module.exports = (config) => { config.set({ browsers: ['Chrome'], frameworks: ['mocha'], files: ['tests.webpack.js'], preprocessors: { 'tests.webpack.js': ['webpack', 'sourcemap'] }, webpack: Object.assign(webpackConfig, { devtool: 'inline-source-map' }), webpackServer: { noInfo: true }, reporters: ['mocha'] }) }