CCMigration
CCMigration
The readme mentions `require.extensions['.ds'] = require.extensions['.js'];`. Should that just be included in the `demandware-globals.js` file, so it's enabled by default?
Hello guys, When the unit test module reachs the `dw.util.Locale.getLocale(request.locale).getCountry();`, it fails with the error ``` #!javascript TypeError: Cannot read property 'getCountry' of undefined at Object.module.exports.init (cartridges/app_lora/cartridge/scripts/hub/Configuration.ds:26:71) at Object.module.exports.getValue (cartridges/app_lora/cartridge/scripts/hub/Configuration.ds:179:37)...
I am trying to make it work with Jest. Every time I require this into my simple test it goes into an infinite loop. While debugging I also saw that...