-
my Package.json
```
{
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-u…
-
A test failed on a tracked branch
```
Error: Timed out in waitForNextUpdate after 1000ms.
at waitForNextUpdate (/var/lib/buildkite-agent/builds/kb-n2-4-spot-ab25fe5a35f5b260/elastic/kibana-on-mer…
-
### Current behaviour
I am trying to tap on a button that is rendered inside a portal. I am using [@gorhom/portal](https://github.com/gorhom/react-native-portal) portal implementation. I can see th…
-
Right now currently our App.test.js fails.
Write some e2e, unit and integration tests for our app with:
@testing-library (React Testing Library)
Jest
Cypress
Mocha
Chai
Axios (axios can tes…
-
Our devDependencies are NOT recognized as `dependency type: development`.
Extract from `package.json`:
```
"devDependencies": {
"@testing-library/react-hooks": "^5.1.3",
"serve": "^11…
-
### What type of issue is this?
Question
### What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
### Target SharePoint environment
SharePoint Online
##…
-
- [ ] Integration - Playwright
- [ ] Unit - React Testing Library
- [ ] CI Setup to show coverage
- [ ] yarn test:e2e => yarn playwright test
- [ ] yarn test => jest ...
-
- `@testing-library/react` version: not relevant
- Testing Framework and version: not relevant
- DOM Environment: not relevant
### Relevant code or config:
See reproduction
…
-
## Bug report
EDIT: I re-tested this replacing `happy-dom` with `jsdom` and it fixed it, so now I am open to the idea that this is a `happy-dom` issue and should be reported to their issues.
The…
-
I just created the code framework with this command today .
```
npx create-react-app my-app
cd my-app
npm start
```
In development mode, my code, page performance is OK . Average 50 FPS . There…