w3c-ccg / vc-test-suite-implementations

Implementations for VC HTTP API tests
BSD 3-Clause "New" or "Revised" License
0 stars 11 forks source link

Export HTTPError from ky. #47

Closed aljones15 closed 1 year ago

aljones15 commented 1 year ago

Exports ky's HTTPError class so it can be asserted on in tests.

By using this with error.should.be.instanceOf(HTTPError) we catch errors in this library that could produce false negative tests.

aljones15 commented 1 year ago

Closing as we can assert on properties of HTTPError