-
https://vitest.dev/guide/ui.html
-
Tests using the library currently fail when using Jest 27.
Example output with `chai.expect(mockFn).to.have.beenCalled();`
```
jestMock.isMockFunction is not a function
TypeError: jestMock.isM…
-
**Is your feature request related to a problem? Please describe.**
With typical Angular setup with jest, you have some global jest setup(like importing zone.js/testing, some presets, ...).
My tests …
-
### Package.json file
```JSON
{
"name": "medusa-2.0-boilerplate-backend",
"version": "0.0.2",
"description": "A Prebaked Medusa 2.0 backend",
"author": "Rasmus Puls",
"license": "MIT",…
-
Jest 25 has been released for a while now, however, jest-electron still specifies version 24 as peer dependency.
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Version
28.0.5
### Steps to reproduce
Create valid **jest.config.ts** file wit the next content:
```
import { InitialOptionsTsJest } from 'ts-jest'
import path from 'path'
console.l…
-
-
### What happened?
## Steps to Reproduce
## Expected Result
Traces exported to collector endpoint in JSON format
## Actual Result
Traces are being Base64 encoded via the `OTLPTraceExporte…