-
I am trying to use your create-react-app code for jest test cases, but i am getting unexpected token error
` FAIL src/pages/SearchPage.test.tsx
● Test suite failed to run
Jest encountere…
-
This will better inform our `react` version listed in `peerDependencies`. We're not using anything too cutting edge React-wise, so it's unclear to me how we'd best figure this out.
Likely we'll fir…
-
Test code: app.test.js
```
import React from 'react';
import ReactDOM from 'react-dom';
import { shallow } from 'enzyme';
import App from './App';
it('renders without crashing', () => {
co…
-
When i try to run `examples/react-app-ts` and reference the global `jest` in the tests an exception is thrown:
```
$ vite-jest
(node:54191) ExperimentalWarning: VM Modules is an experimental feat…
-
After unboxing, then compiling and migrating my contracts, Jest tests fail on `npm run test`
node v7.1.0
truffle v3.4.11
solidiy v0.4.15
```
FAIL src/App.test.js
● renders without crashi…
-
I am using node version 14.15.0
after running npm run test , I got following error
sharing the log dump
`
Warning: Can't perform a React state update on an unmounted component. This is a no-op…
-
Hi, I have just started to try to write some tests using Jest, but my tests complains,
` ● Test suite failed to run
TypeError: (0 , _reactNative.requireNativeComponent) is not a function
…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
Hi,
While running npm tests i am getting this error in the application
` ● Test suite failed to run
TypeError: Cannot read property 'RNGeocoder' of undefined
at Object. (node_mod…
-
## Summary
Hi all,
Here is the scenario that we found out while testing with both the latest rc and the beta that works correctly with React 18.
We have an SVG element that does not trigger its…