Page MenuHomePhabricator

API Integration Tests: Rewrite User-Defined Validator Test in JavaScript
Open, MediumPublic

Description

Description

Invoked user-defined validation function implemented in Python. This test currently succeeds because we aren't properly checking the output. We should check the output, but that's beside the point. This test should be rewritten to invoke the user-defined validation function in JS instead of Python.

Desired behavior/Acceptance criteria

  • user-defined validation function test is written in JS

Completion checklist