satanTime
satanTime
The question came from gitter: https://gitter.im/ng-mocks/community?at=6128e79d4c7be06b7986702b Hi guys. I'm trying to test a route resolver and everything seems to be working fine for the successful resolve, but for unsuccessful resolves,...
Highly likely, it should work out of the box and should only be covered in tests and docs. - [ ] a sample test - [ ] a doc article
Hi everybody, I met an interesting case. There are several different function overrides which are detected as a duplication, but I don't see a way how to solve them. The...
Hi guys, I'm facing an issue, when unit tests are skipped, but if I use `junit` reporter, then the report contains 3 failures which actually aren't failures, because the tests...
**Is your feature request related to a problem? Please describe.** I want to use a git repo as versioning for my templates. **Describe the solution you'd like** The templates would...
### Version 27.5.1 ### Steps to reproduce https://app.circleci.com/pipelines/github/ike18t/ng-mocks/4752/workflows/52fd9352-393d-4011-ad15-c3eaebbacb27/jobs/183399 ```ts const triggers: string[] = []; describe('mock-instance-reset', () => { describe('test', () => { beforeAll(() => triggers.push('beforeAll:1')); afterAll(() => triggers.push('afterAll:1')); beforeAll(() =>...
closes #11483 ## Summary The issue is described here: https://github.com/facebook/jest/issues/11483 A public interface to subscribe to events from `jest-circus`. ## Test plan No changes in UI.
Fails to build an image based on `node:6.7.0` `Dockerfile` as simple as ```Dockerfile FROM node:6.7.0 ``` Then in a terminal ``` docker buildx build . WARN[0000] No output specified for...
During release, my script has faced github rate limiting and the `success` step has failed, whereas the release itself was successful: its tag has been committed, but no "success" comments...