aboutsummaryrefslogblamecommitdiffstats
path: root/test/flat.conf.js
blob: 1c9ec3dcdb2978c3321dc64c3afb55ea61809c1c (plain) (tree)
1
2
3
4
5
6
7
8

                                               
                                    




                                                   
const getBaseConfig = require('./base.conf.js')

module.exports = function (config) {
  const settings = getBaseConfig(config)
  settings.files.push('development/bundle.js')
  settings.files.push('test/integration/bundle.js')
  config.set(settings)
}