update dependencies
This commit is contained in:
parent
ecf0999675
commit
2ab737d5a5
7 changed files with 1359 additions and 891 deletions
|
|
@ -32,7 +32,7 @@ const tester = async (location, testPage) => {
|
|||
// run all the locations
|
||||
for (let i = 0; i < LOCATIONS.length; i += 1) {
|
||||
const location = LOCATIONS[i];
|
||||
console.log(location);
|
||||
console.log(`${i + 1}/${LOCATIONS.length} ${location}`);
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
await tester(location, page);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue