-
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
Running this in my tests:
```
import { enums } from './index';
describe('test', () => {
…
-
steps to reproduce the issue
1- clone the repo
2- install dependencies $yarn
3- run the app $yarn start
// output --> Example app listening on port 3003!
// i can open browser at `http…
-
I get this error **only** in testing environment
```bash
yarn run v1.22.4
$ jest App.test.tsx
FAIL __tests__/App.test.tsx
● Test suite failed to run
Invariant Violation: Native modul…
-
Hi! thanks again for the amazing library.
I was using it and I finded some problems to use in jest with react-testing-library.
To asegurate the app works well i'ts necesary add a property to a w…
-
Jest extension stops working after reinstalling npm modules. I'm using MacOS Sierra, VSCode 1.11.2 and
```
$ create-react-app -V
1.2.1
$ npm -v
3.10.10
$ node -v
v6.9.5
```
Steps to repro…
-
As part of #43, it came up that a unit test suite would be a good addition. In this thread, we could discuss what that might look like technology-wise.
Items to discuss:
1. Where it builds
It l…
-
⚠️ Since we rely on `@wordpress/element` to export `createRoot` -- this issue can not be fixed until WP 6.2 is the last version we support (unless we try both methods) ⚠️
In WP 6.2 we get React `1…
-
**Describe the bug**
The test suite passes even if a prop type error is present.
**To Reproduce**
This is my setup files
```
const error = console.error;
console.error = (message, ...args)…
-
This issue is for closing #2011 and tracking the skipped shallow test.
### Current behavior
See skipped shallow test in https://github.com/airbnb/enzyme/blob/master/packages/enzyme-test-suite/te…
-
Research and implement the currently best approach for React and MobX testing. Then add
continuous integration using [Travis CI](https://docs.travis-ci.com/user/for-beginners).
- [ ] Test suite
-…