const OneMock = { rurl: "http://www.talkingdata.com", response: function () { console.log('aaaaaaaaa'); } } export const mocks = [OneMock];