@@ -0,0 +1,9 @@
console.log("Running CI test...");
if (1 + 1 === 2) {
console.log("✅ TEST PASSED");
process.exit(0);
} else {
console.log("❌ TEST FAILED");
process.exit(1);
}
The note is not visible to the blocked user.