update dependencies

This commit is contained in:
Matt Walsh
2025-08-10 20:56:40 -05:00
parent ecf0999675
commit 2ab737d5a5
7 changed files with 1359 additions and 891 deletions

View File

@@ -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);
}