build: remove unused script (#47642)

This commit is contained in:
Shelley Vohr 2025-07-09 16:35:04 +02:00 committed by GitHub
commit 1eab19fc7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 111 deletions

View file

@ -73,6 +73,7 @@ async function main () {
process.exit(1);
}
console.log(`All ${DISABLED_TESTS.length} disabled specs exist.`);
process.exit(0);
}