in scripts/test-versions.js [27:36]
async function onVersionsRetrieved(versions) {
Logger.log(`Retrieved versions from AngularJS Material docs (${versions.length}x)`);
for (let version of versions) {
await runVersion(version);
}
Logger.log("Successfully tested the tool against all supported versions.");
process.exit(0);
}