diff --git a/test/test-module-schema.js b/test/test-module-schema.js index 34713b62..9edf619e 100644 --- a/test/test-module-schema.js +++ b/test/test-module-schema.js @@ -266,7 +266,7 @@ async function main() { if (testFiles.length === 0) { console.log(`${colors.yellow}⚠️ No test fixtures found${colors.reset}`); - process.exit(0); + process.exit(1); } console.log(`Found ${colors.cyan}${testFiles.length}${colors.reset} test fixture(s)\n`);