-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Overtone RTD Module : initial release #12681
base: master
Are you sure you want to change the base?
Conversation
Updated markdown text for clarification
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.
minor ask for a bit more test coverage
}; | ||
|
||
describe('Overtone RTD Submodule with Test URLs', function () { | ||
this.timeout(120000); |
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.
I do not think this is needed. Can you confirm / let me know why it is.
expect(data).to.deep.equal({ | ||
categories: [], | ||
status: 4, | ||
}); |
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.
looks like just testing the fetchContextData function
would be useful to test the ortb2Fragments part of the getBidRequestData as well to cover more lines.
Creation of overtoneRtdProvider RTD submodule, with markdown. Team contactable at [email protected]