-
### 🚀 Feature Proposal
Add a cli flag/config setting that causes jest to fail (exit with non-zero exit code), rather than printing the message:
`Jest did not exit one second after the test run has c…
-
Output when testing component that imports amCharts:
```
● Test suite failed to run
Jest encountered an unexpected token
Jest failed to parse a file. This happens e.g. when your co…
ghost updated
2 years ago
-
### Dependency
- [x] #1778
### Overview
We need to implement automated React components tests so that non-working code does not accidentally get introduced to the production website.
### Acti…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Arch: arm6…
-
Just to let people know that this feature is now supported in Jest (23.3+) with an official custom jest runner named jest-circus.
https://jestjs.io/docs/en/jest-object#jestretrytimes
-
https://jestjs.io/docs/snapshot-testing
-
Would be great if the Playwright test runner could also support inline snapshots similar to Jest. https://jestjs.io/docs/snapshot-testing#inline-snapshots
-
I personally prefer the Jest framework for testing. See docs here: https://jestjs.io/docs/en/getting-started
A great starter for someone to learn a testing framework.
-
### What's not working?
all `render` tests fail with
```
Jest encountered an unexpected token
Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-sta…
-
### Version
30.0.0-alpha6
### Steps to reproduce
```
describe('something', () => {
it('should work', () => {
const f = jest.fn();
f({ a: 1, b: 2 });
f({ a: 3, b: 7 });
exp…