You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run all validation tests
npm test# Run specific test suite
npm test -- tests/validation.test.js
npm test -- tests/validation-middleware.test.js
# Run with coverage
npm test:coverage
{
"success": false,
"error": {
"code": "INVALID_AMOUNT",
"message": "Amount must be a positive number greater than 0",
"field": "amount"
}
}
Invalid Stellar Address
{
"success": false,
"error": {
"code": "INVALID_STELLAR_ADDRESS",
"message": "Invalid Stellar public key format. Must start with G and be 56 characters",
"field": "walletAddress"
}
}