-
### Describe the bug
Preface: thank you for all of your hard work; Browser Mode with the preview provider is _the_ reason I strongly favor vitest for my project. I need the speed of Jest, the runtime…
xeger updated
4 months ago
-
## 🐛 Bug Report
If a test creates an in-memory SQLite3 Knex database and doesn't destroy it, then Jest 27 hangs with the following error:
> Jest did not exit one second after the test run has co…
-
### Version
29.7.0
### Steps to reproduce
Please run the test below
```ts
it('toHaveBeenCalledWith not working with URL object', () => {
const spy = jest.fn()
spy(new URL('htt…
yatki updated
4 months ago
-
## 🚀 Feature
Expose markdown frontmatter in page globals.
### Have you read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#reporting-n…
-
## Issue
I am currently performing a version upgrade from `"react-native-firebase": "^5.5.5"` to the latest libraries following the migration documentation (https://rnfirebase…
-
### 🚀 Feature Proposal
I know `jest.mock(path)` and it might have use cases. But why not just allow mocking any object? In this case, a class with instance. For inspiration see [ts-mockito](https:/…
fudom updated
4 months ago
-
### 🚀 Feature Proposal
Please consider re-exposing the following functions and corresponding types in `jest-snapshot/utils.ts` to enable tools like `vscode-jest` and `jest-editor-support` to retrieve…
-
### Describe the bug
A promise returned by a mocked function or methods, changes a returned promise.
i.e., saving the promise in a variable before returning it and then comparing it to what's return…
-
Update:
- Tips for the react native
- Some nested element cases, you may need to set `accessible={false}` in the outer element and set `accessible={true}` in the inner element to interact with t…
-
### Describe the bug
I have the following `test` section in my `vite.config.ts` (the "exclude" section is the key part):
```
test: {
environment: 'jsdom',
exclude: ['e2e/*', 'node…