Luca Pizzini

Results 8 comments of Luca Pizzini

You can pass query parameters to your api end-point by specifying them as third parameter of the `apiResolver`: ``` const testClient = (handler: NextApiHandler) => { const listener: RequestListener =...

@psharanda I'll work on it.

Just added unescaped support to all link tag attributes

๐Ÿ‘ Ok! Just one question, to make sure that I implement it correctly. With the click of the "New Board" button, the board selection screen should be shown to the...

@SimenB What do you think a good regression test could be in this case?

Hi @joshkel โœ‹ Following your recent fix (#13810), I pushed this PR that will use the [`getObjectKeys`](https://github.com/facebook/jest/blob/bed4891b0e5b614988e5a65fca29c4734cdb3c2e/packages/expect-utils/src/utils.ts#L52-L55)ย function in `subsetEquality`. I need to add a regression test as well. Can...