Tahmid Shakil

Results 3 issues of Tahmid Shakil

Helpers can be accessed from `before` and request blocks (e.g. `get`, `post`). But, `params` block can not access helpers the same way. In the following snippet, `params` block throws a...

feature request

- `@testing-library/react` version: 14.0.0 - Testing Framework and version: jest - DOM Environment: ### Relevant code or config: ```ts // CompA.tsx const CompA = () => null; export default CompA;...

bug

## Test Environment "react": "^16.4.1", "react-dom": "^16.4.1", ## Component Configuration ```js ``` ## Console Warnings ![1](https://user-images.githubusercontent.com/14325309/42920065-29f63690-8b3f-11e8-99c8-5e9403ba84da.png) ![2](https://user-images.githubusercontent.com/14325309/42920068-2b756090-8b3f-11e8-8903-f098030dffa0.png) ![3](https://user-images.githubusercontent.com/14325309/42920073-2e68b75c-8b3f-11e8-911d-c7b5f8e78fe0.png)