-
Hi,
thanks a lot for this Action 👍
We currently have multiple GitHub Actions Workflows (`main.yaml` , `lint-yaml.yaml` etc ).
When using the action inside of the `main.yaml`, the test resul…
-
### 🚀 Feature Proposal
I've seen from previous issues that Jest support for _import assertions_ was already added when the proposal was at tc39 stage 3, but that this was [reverted/removed again in…
-
Not sure if it can bring any advantage, but we could explore using `ts-jest` presets to simplify our
Some random notes:
- which presets would be better for us? `'ts-jest'` or `ts-jest/presets/js-w…
-
## Is your feature request related to a problem? Please describe
Looks like some updates are required to support Jest 28. Is this project still actively maintained?
## Describe the solution you…
-
## Description
I'm using jest in esm mode, because my code simply requires it. But i can't use this library as it expects jest globals.
## Suggested Solution
Import `expect` from `@jest/g…
-
Hello! We do not require a browser for most tests, but the base Jest Test Runner suffices. There are other tests, that require a Browser instance or they will fail. Is there any way to explicitly stat…
-
I am using RushJS for maintaining a mono-repo and I got a strange error that prevented me from running any TS tests.
```
../../common/temp/node_modules/.pnpm/registry.npmjs.org/@jest/core/25.1.0/…
sadsa updated
4 years ago
-
Всем привет!
Пытаюсь написать примитивный тест на встраивание компонента. Использую Jest. Выглядит он примерно так:
```
import React from 'react';
import ReactDOM from 'react-dom';
import Butt…
-
### What version of Bun is running?
1.1.14
### What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
### What steps can reproduce the bug?
`bunx create-next-app` (accept defaults)…
-
A test failed on a tracked branch
```
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: "/navigate/path"
Number of calls: 0
at Object.toHaveBeenCalledWith (/opt/buildkite-age…