UNPKG

176 BJavaScriptView Raw
1
2
3
4module.exports = function (wallaby) {
5 var config = require('../../etc/wallaby/wallaby.base')(wallaby)
6
7 return Object.assign(config,{
8 // Extended options go here
9 });
10};