-
**This is an open discussion aiming to regroup Component Harness feedback and improvement ideas.**
Most of the items below are focused on simplifying the API. The current APIs are a bit too compl…
-
Read this : http://www.smashingmagazine.com/2014/10/07/introduction-to-unit-testing-in-angularjs/
-
### Describe the bug
When typing into a p-inputnumber field using @testing-library/user-event (`userEvent.type(input, '42');`) the value does not update
### Environment
jest, testing-library, angul…
-
### Current Behavior
When generating playwright configuration for existing Angular project via `nx g @nx/playwright:configuration`, playwright test configuration will be created, but newly added play…
-
I am currently working on an app using Angular 8 with the okta-auth-js library version 4.5.
Previously, in the 3.x and earlier, I was easily able to mock the okta library, however, with this one I …
-
### Which @angular/* package(s) are the source of the bug?
service-worker
### Is this a regression?
Yes
### Description
Consider the following scenario:
- There is an existing Angular app with…
-
### Description of the bug
The auto spy feature can not mock instance injected by `inject` function.
### An example of the bug
service that want be mocked:
```typescript
import { Injectab…
-
jestがいいかな。。。。。
-
Hi @manfredsteyer,
After upgrading from Angular 13 to Angular 18, I installed @angular-architects/native-federation using npm. However, when I run
npm install @angular-architects/native-federati…
-
### Describe the bug
for the keyboardEvent, which and keyCode is deprecated and it's recommended to use `key`.
For example
```typescript
onInputKeyDown(event) {
if (this.readonly) {
retu…