-
- `@testing-library/dom` version: `8.19.0` but I verified this has been present since at least `7.31.2`
- Testing Framework and version: `karma-webpack 5.0.0`, `karma-jasmine 4.0.0`, `jasmine-core 3…
-
I have issues to get Reactotron working in my jest react-native test environment.
Before running a test I simply do
`jest.mock("reactotron-react-native");`, but then I receive an error stating
`…
-
Hi,
I'm seeing an issue with stacked charts, running the playground does not produce a stacked line chart
Steps to reproduce (Node.js v14.13.1):
- Clone repo (master branch)
- `cd react-dc-js …
-
**When reporting a bug, make sure you provide all required info below. Reports without this information may be closed.**
Output of `gemini --version`:
...5.0.0-alpha.10
Contents of `.gemini…
-
Use `craco test` results in the error:
```
Test suite failed to run
/Users/xxx/sources/proj/node_modules/antd/es/card/style/index.js:1
({"Object.":function(module,exports,require,__dirna…
-
Hi,
Many thanks for your nice article!
Getting the following error with your configuration and `yarn test`.
```
FAIL src/App.test.tsx
● Test suite failed to run
TypeError: Canno…
-
### Describe the solution you'd like
It would be great to be able to enable `automock` in the `jest` configuration for our application's `package.json`.
```
"jest": {
"automock": tru…
-
When attempting to run the final 2 test suites from chapter 8 they fail with this error:
```
SyntaxError: /home/user/snapterest/source/components/__tests__/Header-test.js:
Unexpected token (
var hea…
-
Libraries
* Jest
* React Testing Library
Description
When I run the test for the component to uses smooth-dnd by itself. It works fine. However, when I run all my tests, I this illega…
-
### 🚀 Feature Proposal
Make `console.*` more useful when focusing on a single test by either:
1. Allowing to not print the test names of skipped tests (and related information such as obsolete snaps…