Max Dupuis
Max Dupuis
``` it('mock called with another mock', async () => { class Cheese { constructor(public name: string) {} } class Potato { private cheese: Cheese; public applyCheese(cheese: Cheese) { this.cheese =...
# Problem I'm having a hard time creating a page with Prebid and safeframes. There's not a lot of documentation online and few incomplete examples. # Solution It would be...
# Reproduce 1. Open https://docs.prebid.org/dev-docs/examples/basic-example.html 1. In the left menu, click Examples/Native Ads # Current behaviour The link is for this [Native documentation page](https://docs.prebid.org/formats/native.html) # Desired behaviour The link shows...
I would like to filter for my company's bidder for testing. It says [here](https://docs.prebid.org/tools/professor-prebid.html#user-id) it should be in the tools but I don't see it. Prebid version: v8.24.0  ...