Advertisement
danilborchevkin

Untitled

May 4th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. PS C:\repos\chatforma\chatforma-api> node ace test
  2. 2018-05-04T09:33:28.119Z - info: serving app on http://127.0.0.1:4000
  3.  
  4. Auth
  5. ✓ Reset password works for existing user (474ms)
  6. ✓ Reset password fails for invalid user (13ms)
  7.  
  8. BotSanitizator
  9. ✓ Sanitizes normal bot payload (3ms)
  10. ✓ Sanitizes persistent menu (1ms)
  11. ✓ Sanitizes reply keyboard (1ms)
  12.  
  13. BotValidator
  14. ✓ Validates bot on create (5ms)
  15. ✓ Validates bot on update (1ms)
  16. ✓ Validates bot data (3ms)
  17. ✓ Validates bot messages (2ms)
  18. ✓ Validates bot elements (11ms)
  19. ✓ Validate bot rules when creating a bot (4ms)
  20. ✓ Validate bot rules when updating a bot (1ms)
  21. ✓ Validates messenger's persistent menu button (6ms)
  22. ✓ Validator fails for invalid bot payload (8ms)
  23. ✓ Validates gallery (5ms)
  24.  
  25. DispatchValidator
  26. ✓ Validates dispatch on create (6ms)
  27. ✓ Validates dispatch elements (5ms)
  28. ✓ Validates quick replies (4ms)
  29.  
  30. Validator
  31. ✓ Validates a simple rule (1ms)
  32. ✓ Validates a rule with params (4ms)
  33. ✓ Validates multiple fields (6ms)
  34.  
  35. PASSED
  36.  
  37. total : 21
  38. passed : 21
  39. time : 604ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement