UNPKG

wix-location

Version:
18 lines (17 loc) 417 B
const faker = require('faker'); module.exports = { baseUrl: faker.internet.url(), path: [faker.random.word(), faker.random.word()], prefix: faker.random.word(), protocol: 'https', query: { [faker.random.word()]: faker.random.word() }, url: faker.internet.url(), queryParams: { add: () => {}, remove: () => {}, }, onChange: () => {}, to: () => {}, }