Ben Monro

Results 16 issues of Ben Monro

## Is this a bug report or a feature request? Feature Request ## Version Info yes First off, thanks for a kick ass test runner. It would be nice to...

I have a simple filterReports rule but when I run the rule, it doesn't show the errors in the project which definitely has the rule violation. I even went nuclear...

### Describe the feature you'd like: Much like https://github.com/testing-library/jest-dom/issues/91 it would be nice if `toHaveValue` also supported asymmetricMatch. for expect.stringContaining or expect.stringMatching etc. ### Suggested implementation: use this.equal instead of...

I would like to be able to have the no-large-snapshot rule report in the .js file that is calling `.toMatchSnapshot()` instead of in the .snap file. Currently there's no way...

curious if you have any documentation on contributing? For example, I'm looking in the tests and wanted to try adding another test. I noticed the tests use a `.mo` file...

doc

We are refactoring our existing code to use ttag. We have some JSX that looks like this: ```Hello, ``` then we change this to use ttag: ```{t`Hello, `}``` when we run our...

- `@testing-library/dom` version: latest master - Testing Framework and version: node, jest 12.x, 26.x - DOM Environment: ### Relevant code or config: ```js test('foo', () => { renderIntoDocument(` Close `)...

- `@testing-library/dom` version: 7.24.1 - Testing Framework and version: "@testing-library/dom": "^7.24.1", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.2", "@testing-library/user-event": "^12.1.3", - DOM Environment: jest ### Relevant code or config: ```js expect( screen.getAllByText( (_content,...

needs investigation

### Describe the feature you'd like: According to this comment: https://github.com/DevExpress/testcafe/issues/4176#issuecomment-523916838 it may be possible for dom testing library to detect if its being used in node or in a...

one of my error messages has the following in its stack trace: android.view.InflateException: Binary XML file line #16: Error inflating class : at... The problem is, when I go to...