-
After adding and importing this lib, testing with jest shows errors for all test suites:
```
● Test suite failed to run
Cannot find module 'react/lib/ReactComponentTreeHook' from 'ReactDe…
-
### Steps to reproduce
_No response_
### Current behavior
After updating to the latest version of Material-UI, we've observed a substantial increase in our bundle size.
This increase was no…
-
This subtask is part of issue #15: Create back-end for games
Objective: Thoroughly test the migrated Next.js application, ensure all features are working as expected, and polish the user interface an…
-
Всем привет!
Пытаюсь написать примитивный тест на встраивание компонента. Использую Jest. Выглядит он примерно так:
```
import React from 'react';
import ReactDOM from 'react-dom';
import Butt…
-
### Summary
Currently, our test suite is a mix of enzyme, React Testing Library, and a custom solution with an RTL-like API. We are in need of an official "testing style guide" that maintainers and…
-
Firstly this module is great and I am using both the FileSystemCache and Mermaid in the dash app I am developing.
I'm using the mermaid tool to create a flow chart from my dash app. In a simple dash …
-
### 📜 Description
When I run test, and get below error:
● Test suite failed to run
Cannot find module 'textextensions' from '../../../../node_modules/@backstage/backend-test-utils/dist/…
-
I am writing unit test cases for my project using jest.
when i run `npm test` i am getting below error.
● Test suite failed to run
```
TypeError: Cannot read property 'Aspect' of undef…
-
### Minimal reproducible example
https://github.com/emmadal/fox/blob/main/components/__tests__/Logo.test.tsx
### What platform(s) does this occur on?
_No response_
### Did you reproduce this issue…
-
### Current behavior
I have the following code:
```
import { createMaterialTopTabNavigator } from '@react-navigation/material-top-tabs';
import { NavigationContainer } from '@react-navigation/…