Runs all invalid and edge cases defined in specs against call.
specs
call
Invalid cases assert that the routine throws with the expected message. Edge cases assert that the routine does not throw.
node:test context
record mapping param names to their loaded JSON specs
function that invokes the routine under test with an args object
values that cannot be defaulted statically (e.g. { device })
{ device }
promise that resolves when all cases pass
Runs all invalid and edge cases defined in
specsagainstcall.Invalid cases assert that the routine throws with the expected message. Edge cases assert that the routine does not throw.