Skip to content

Commit

Permalink
Add non-zero exit code on test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca authored Sep 27, 2023
1 parent d8f2c83 commit ce330e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async function validate() {
error.validationErrors.forEach(error => {
console.log(error.instancePath+': '+error.message)
})
process.exit(64);
}
}

Expand Down

0 comments on commit ce330e9

Please sign in to comment.