-
Following the instructions in the Readme, I created, installed and ran the project. Then I ran `ng serve` and `ng e2e` in separate terminal windows. The `ng e2e` command failed with the following erro…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue …
-
## 🚀 Feature Proposal
Support NativeScriptTestingModule.
## Motivation
NativeScript is maturing a lot, recently doing a complete overhaul of their Angular support.
## Example
From wh…
-
### Describe the bug
When you try to test a component using ConfirmPopup with Jest shows the following error:
`TypeError: Cannot read properties of null (reading 'target')`
After multiple debug…
-
### 🚀 Feature Proposal
It looks like currently JIT compiler is hardcoded:
https://github.com/thymikee/jest-preset-angular/blob/main/src/compiler/ng-jest-compiler.ts#L63
I would be nice if we coul…
-
### Current behavior
The Cypress desktop app shows the message "Unexpected error" if a default onboarding setup is followed after selecting Front-end framework `React.js` and bundler `Vite`.
No …
-
[AngularNYC - Angular Unit Testing Best Practices - Joe Eames (@josepheames)](https://www.youtube.com/watch?v=vo6D9etWI4A) gives a good introduction to what can be considered best practices for unit t…
-
Error: StaticInjectorError[HttpTestingController]:
NullInjectorError: No provider for HttpTestingController!
Error: StaticInjectorError[HttpTestingController]:
NullInjectorError: No provider …
-
Just upgrade my Angular project from version 16 to version 17 and having an issue with ``@ng-dynamic-forms/ui-primeng`` package that show it can't be install required angular/common 16
abdo0 updated
2 weeks ago
-
# 📚 Docs or angular.io bug report
### Description
Similar to what we have in https://angular.io/guide/testing-attribute-directives, I want to suggest the creation of a section about testing struct…