LearningSalesForceCommerceC.../storefront-reference-architecture/test/mocks/dw.web.URLUtils.js

15 lines
208 B
JavaScript
Raw Permalink Normal View History

2021-12-21 10:57:31 -08:00
'use strict';
module.exports = {
http: function (id) {
return id;
},
staticURL: function () {
return 'some url';
},
url: function () {
return 'someUrl';
}
};