-
Previously: https://github.com/WordPress/gutenberg/pull/14371#issuecomment-471970997
Blocked by: #11360
The end-to-end test suite includes automatic test failures for console error logging. By us…
aduth updated
4 years ago
-
Running the example of the README gives a 101 Unexpected query when running multiple migrations with `UseTransaction = true`.
```
package main
import (
"github.com/go-gormigrate/gormigrate/v2"
…
-
**Describe the bug**
Without `jest-prop-type-error`:
```
yarn run jest path/to/my/test.jsx
…
console.error node_modules/prop-types/checkPropTypes.js:20
Warning: Failed prop type: The pro…
-
When upgrading from react-native 0.59 to 0.62 we discovered some breaking API changes that make ReactXP fail to load!
Issue 1: AccessibilityInfo
In react-native 0.60, a breaking change was int…
-
Our project has been using CRA 3.4.0 and when we run `react-scripts test --env=jsdom` it has used the setupTests.js file, which has in it these lines:
```
const jasmineReporters = require('jasmine-r…
-
I have tried starting to use this package, but running problems on very beginning.
I have test file like this:
```
// __tests__/index.test.jsx
import { render, screen } from '@testing-library…
-
**Is your feature request related to a problem? Please describe.**
For web, you have the `jest-launchdarkly-mock` package (that doesn't support react native) where you can mock LD and run you tests.
…
-
- `react-hooks-testing-library` version: 7.0.1
- `react` version: 17.0.2
- `react-dom` version (if applicable): 17.0.2
- `react-test-renderer` version (if applicable): N/A
- `node` version: 14…
-
### I'm submitting a
- [X] bug report
- [ ] feature request
### Background info
In one of the projects, we were using okta-signin-widget 3.2.2
Due to a recently found CVE in one of okta-s…
-
It would be great to have a guide to using jest and typeorm together.
This guide would ideally have patterns for both using real connections for integration testing as well as mocking the TypeORM con…