crawler-google-places/test/config.js
JakubDrobnik 6536a5877c tests
2019-01-05 09:08:16 +01:00

9 lines
121 B
JavaScript

const testInput = {
searchString: 'pubs new york',
maxCrawledPlaces: 2,
};
module.exports = {
testInput,
};