|
| 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 (found in the CODE_OF_CONDUCT.md file). |
| 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/web` version: |
| 24 | +- Testing Framework and version: |
| 25 | + <!-- are you using jest, mocha, puppeteer, ava? And what version? --> |
| 26 | +- Environment: |
| 27 | + <!-- |
| 28 | + If you're testing in JSDOM (the default with jest), what version? |
| 29 | + If you're testing in a browser, which one and what version? |
| 30 | + If you're testing in another runtime (e.g. Node.js, Deno, Cloudflare workers), which one and what version? |
| 31 | + --> |
| 32 | + |
| 33 | +<!-- |
| 34 | +Keep in mind that if you're using a version of node we don't support that |
| 35 | +could also be an issue. Check our package.json "engines" file for the |
| 36 | +supported version. |
| 37 | +--> |
| 38 | + |
| 39 | +### Relevant code or config: |
| 40 | + |
| 41 | +```js |
| 42 | +var your => (code) => here; |
| 43 | +``` |
| 44 | + |
| 45 | +### What you did: |
| 46 | + |
| 47 | +<!-- What you were doing --> |
| 48 | + |
| 49 | +### What happened: |
| 50 | + |
| 51 | +<!-- Please provide the full error message/screenshots/anything --> |
| 52 | + |
| 53 | +### Reproduction: |
| 54 | + |
| 55 | +<!-- |
| 56 | +If possible, please create a repository that reproduces the issue with the |
| 57 | +minimal amount of code possible. |
| 58 | +
|
| 59 | +Repository template: https://github.com/testing-library/web-testing-library-template |
| 60 | +
|
| 61 | +Or if you can, try to reproduce the issue in a Codesandbox. You can fork the one |
| 62 | +here: https://codesandbox.io/s/5z6x4r7n0p |
| 63 | +--> |
| 64 | + |
| 65 | +### Problem description: |
| 66 | + |
| 67 | +<!-- Please describe why the current behavior is a problem --> |
| 68 | + |
| 69 | +### Suggested solution: |
| 70 | + |
| 71 | +<!-- |
| 72 | +It's ok if you don't have a suggested solution, but it really helps if you could |
| 73 | +do a little digging to come up with some suggestion of how to improve things. |
| 74 | +--> |
0 commit comments