|
| 1 | +--- |
| 2 | +name: 🐛 Bug Report |
| 3 | +about: Bugs, missing documentation, or unexpected behavior 🤔. |
| 4 | +--- |
| 5 | + |
| 6 | +<!-- |
| 7 | +
|
| 8 | +* Please fill out this template with all the relevant information so we can |
| 9 | + understand what's going on and fix the issue. We appreciate bugs filed and PRs |
| 10 | + submitted! |
| 11 | +
|
| 12 | +* Please make sure that you are familiar with and follow the Code of Conduct for |
| 13 | + this project. |
| 14 | +
|
| 15 | +We'll probably ask you to submit the fix (after giving some direction). If |
| 16 | +you've never done that before, that's great! Check this free short video |
| 17 | +tutorial to learn how: https://kcd.im/pull-request |
| 18 | +
|
| 19 | +If this is an issue with the documentation, please file an issue in the docs repo: |
| 20 | +https://github.com/testing-library/testing-library-docs |
| 21 | +--> |
| 22 | + |
| 23 | +- Testing Library Recorder Extension version: |
| 24 | +- Testing Library versions: |
| 25 | +- Testing Framework and version: |
| 26 | + <!-- are you using jest, mocha, puppeteer, ava? And what version? --> |
| 27 | +- DOM Environment: |
| 28 | + <!-- If you're using jsdom (the default with jest), what version? Otherwise, what browser and version are you running tests in? --> |
| 29 | + |
| 30 | +### Relevant code or config: |
| 31 | + |
| 32 | +```js |
| 33 | +var your => (code) => here; |
| 34 | +``` |
| 35 | + |
| 36 | +### What you did: |
| 37 | + |
| 38 | +<!-- What you were doing --> |
| 39 | + |
| 40 | +### What happened: |
| 41 | + |
| 42 | +<!-- Please provide the full error message/screenshots/anything --> |
| 43 | + |
| 44 | +### Reproduction: |
| 45 | + |
| 46 | +<!-- |
| 47 | +If possible, please create a repository that reproduces the issue with the |
| 48 | +minimal amount of code possible. |
| 49 | +
|
| 50 | +Repository template: https://github.com/testing-library/dom-testing-library-template |
| 51 | +
|
| 52 | +Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one |
| 53 | +here: https://codesandbox.io/s/5z6x4r7n0p |
| 54 | +--> |
| 55 | + |
| 56 | +### Problem description: |
| 57 | + |
| 58 | +<!-- Please describe why the current behavior is a problem --> |
| 59 | + |
| 60 | +### Suggested solution: |
| 61 | + |
| 62 | +<!-- |
| 63 | +It's ok if you don't have a suggested solution, but it really helps if you could |
| 64 | +do a little digging to come up with some suggestion of how to improve things. |
| 65 | +--> |
0 commit comments