-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
with Angular 15, now the `test.ts` file doesn't get generated by default, so it's not an easy task …
-
### Describe the problem that you experienced
I wrote a functional interceptor which also uses inject and couldn't find help on how to write a test for this on angular.dev.
I would have expected i…
-
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
- […
-
### Current behavior
I'm using Angular i18n directive localization, which apparently[ you already started addressing last year](https://github.com/cypress-io/cypress/issues/25484). There is still roo…
-
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
- […
-
https://netbasal.gitbook.io/spectator/
https://github.com/NetanelBasal/spectator
-
A general question about testing with NX, Xplat, Web, Angular, NativeScript and Electron.
I know NX supports generating Cypress code as a standard tool for e2e testing.
What would be a good toolset…
s0l4r updated
2 years ago
-
### Command
test
### Is this a regression?
- [X] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
15
### Descrip…
-
### Description of the bug
I am trying to write a test for a recursive standalone component, which imports a parent component, which imports this component, using `forwardRef(() => ParentComponent)…
-
### Current Behavior
Currently, in an angular library there's no way to remove `zone.js` from the polyfills configuration in `project.json` as the option is not there.
When running tests in a zone…