aboutsummaryrefslogtreecommitdiffstats
path: root/test/flat.conf.js
blob: cd2dbdcdcf330029ea1d3fc3a5f9a6edb176be36 (plain) (blame)
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)
}