-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK-3304: Added extra node e2e tests #219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but is there a reason our tests don't check the message appears in error.message
?
I'll add that check to the tests |
@edwardsph I've made lots of changes here since your last review. Can you review it again please. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor text changes in comments
Co-authored-by: Pete Edwards <[email protected]>
Co-authored-by: Pete Edwards <[email protected]>
Problem Details e2e testing
Added Node and Browser based e2e tests for the Problem Details feature.
Checklist
index.ts
, if applicable.@since
and@example
)..ts
files) are listed in theexports
field inpackage.json
, if applicable..ts
files) are listed in thetypedocOptions.entryPoints
field intsconfig.json
, if applicable.