Svyatoslav Zaytsev

Results 9 issues of Svyatoslav Zaytsev

## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Build or CI related changes...

state: postponed

## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Build or CI related changes...

## PR Type What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Refactoring - [ ] Build or CI related changes...

state: postponed

**Description of the proposal** This rule forbids providing Signals to logical locations such as if statements in places where the TypeScript compiler allows them but they are not handled properly....

package: eslint-plugin
triage

### Version 14.1.0 ### Steps to reproduce 1. clone https://github.com/MillerSvt/jest-preset-angular-bug-repro 2. run npm i 3. run nx test app ### Expected behavior Test pass, jest.mock works in test-with-input.spec.ts ### Actual...

:bug: Bug
Confirmed
Upstream Bug

## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have...

I suggest adding a few matchers for a narrower stream check. ``` const expected = cold('a', {a: value}); expect(stream).toBeObservable(value); // replaces with expect(stream).toEmitValueFirst(value); ``` ``` const expected = cold('--a', {a:...