-
### Describe your environment
* Operating System version: Ubuntu 22.04.1 LTS
* Node version: 16.15.0
* Firebase SDK version: 9.10.0
* Firebase Rules Unit Testing version: 2.0.4
* Fire…
-
### Reproduction example
https://codesandbox.io/s/eloquent-tristan-ixhpuv?file=/src/number.test.js
### Prerequisites
1. Create a `Number` component with an `onChange` handler that calls back to the…
-
The react testing library enables to test components a lot like users would use them. Also it does not need full applications, it can just render single components and test them as if they were in a r…
-
Method “props” is meant to be run on 1 node. 0 found instead.
```jsx
const commentTextInput = findByTestAttr(wrapper, 'clockings-add-comment');
console.log("testing1:"+commentTextInput.props(…
-
ker-compose up
Creating network "docker-nginx_frontend" with the default driver
Creating network "docker-nginx_backend" with the default driver
Building frontend
Sending build context to Docker da…
-
### Subject of the issue
Unable to config isCustomElement for unit tests.
### Steps to reproduce
I am using a web component library built with the Stencil framework. Some warning errors w…
-
I am trying to run jest test but it is not even starting. I am trying the reason behind at least a log why it did not run.
here is my code:
```
import { Box } from "@chakra-ui/react";
import { u…
-
- `@testing-library/react` version: "@testing-library/react": "^10.4.8",
- Testing Framework and version: "jest": "^26.3.0", "ts-jest": "^26.2.0",
- DOM Environment:
"@test…
-
I'm getting this error when trying to start the dev server in my React-TS app:
(node:45639) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use …
-
- `@testing-library/dom` version: 7.28.1
- Testing Framework and version: Jest 26.6.3
- DOM Environment: jsdom 16.4.0
### Relevant code or config:
```js
const div = document.createElement('di…